1
0
Fork 0
alistair23-linux/drivers/staging/fwserial
Bhumika Goyal 9ce7664405 Staging: fwserial: remove unused function fill_unplug_req
The function fill_unplug_req is not used anywhere in the kernel, so
remove it. Done using Coccinelle.

@r1@
identifier func;
type T;
@@
static T func(...)
{
...
}

@r@
identifier r1.func;
@@
func

@delete depends on !r@
identifier r1.func;
type r1.T;
@@
- static T func(...){...}

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-10-16 10:25:09 +02:00
..
Kconfig
Makefile
TODO
dma_fifo.c staging: fwserial: (coding style) Turning every "unsigned" into "unsigned int" 2016-03-29 14:41:15 -07:00
dma_fifo.h staging: fwserial: (coding style) Turning every "unsigned" into "unsigned int" 2016-03-29 14:41:15 -07:00
fwserial.c Staging: fwserial: remove unused function fill_unplug_req 2016-10-16 10:25:09 +02:00
fwserial.h staging: fwserial: (coding style) Turning every "unsigned" into "unsigned int" 2016-03-29 14:41:15 -07:00