linux/drivers/staging/netlogic
Bhumika Goyal 30fde3a91c Staging: netlogic: Remove unused function
The function xlr_wakeup_queue is not used anywhere in the kernel.
Therefore, remove it. The static unused functions were detected
using Coccinelle but the change was done by hand.
Script used:

@initialize:python@
@@
def display(name,p):
	print(name,p[0].file)

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

@r@
identifier r1.func;
@@
func

@script:python depends on !r@
func << r1.func;
p << r1.p;
@@
display(func,p)

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-16 10:10:34 +02:00
..
Kconfig
Makefile
TODO Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
platform_net.c staging: netlogic: Fix several parentheses alignments 2016-02-20 14:59:37 -08:00
platform_net.h Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
xlr_net.c Staging: netlogic: Remove unused function 2016-09-16 10:10:34 +02:00
xlr_net.h staging: netlogic: Fix CamelCase for constants 2016-02-20 14:59:37 -08:00