diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-09-15 16:17:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-16 10:10:34 +0200 |
commit | 30fde3a91ce7c0ea61f1b672e256d574b53f132f (patch) | |
tree | c2609e0aefda5f361c55fb8952746426d0d836d3 /.get_maintainer.ignore | |
parent | staging: dgnc: Fix long line and spelling mistake (diff) | |
download | linux-30fde3a91ce7c0ea61f1b672e256d574b53f132f.tar.xz linux-30fde3a91ce7c0ea61f1b672e256d574b53f132f.zip |
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>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions