aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/irqueue.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-08-16 20:45:45 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:01:43 -0700
commitbf73d1c5d726ac717755efc7e15d2a86dd383448 (patch)
tree50d1038ea7c010c193f7f1d40d093a8efbf259c2 /net/irda/irqueue.c
parent[IP]: Introduce ip_options_get_from_user (diff)
downloadlinux-dev-bf73d1c5d726ac717755efc7e15d2a86dd383448.tar.xz
linux-dev-bf73d1c5d726ac717755efc7e15d2a86dd383448.zip
[IRDA]: Possible cleanups.
This patch contains the following possible cleanups: - make the following needlessly global function static: - irnet/irnet_ppp.c: irnet_init - remove the following unneeded EXPORT_SYMBOL's: - irlmp.c: sysctl_discovery_timeout - irlmp.c: irlmp_reasons - irlmp.c: irlmp_dup - irqueue.c: hashbin_find_next Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/irqueue.c')
-rw-r--r--net/irda/irqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/irda/irqueue.c b/net/irda/irqueue.c
index b0dd3ea35999..1ba8c7106639 100644
--- a/net/irda/irqueue.c
+++ b/net/irda/irqueue.c
@@ -822,7 +822,6 @@ void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name,
return entry;
}
-EXPORT_SYMBOL(hashbin_find_next);
/*
* Function hashbin_get_first (hashbin)