diff options
| author | Bhumika Goyal <bhumirks@gmail.com> | 2016-10-06 21:02:20 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-16 11:24:51 +0300 |
| commit | 340c0469911cb8394d62399d6fcf6f94e30fe2f4 (patch) | |
| tree | b86a78898e25a6e6d5cf51b68bd25b21bb28cb4b /include/linux/errqueue.h | |
| parent | 67f9dcb155875864ccaf74625a7c702e6d07ab31 (diff) | |
| download | linux-340c0469911cb8394d62399d6fcf6f94e30fe2f4.tar.xz | |
Staging: rtl8712: remove unused functions
Remove the functions sleep_schedulable, down_scanned_network,
up_scanned_network and get_free_xmit_queue as they are not used anywhere
in the kernel. Functions detected using coccinelle but changes done by
hand.
Script:
@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>
Diffstat (limited to 'include/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
