projects
/
wrapfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b352b87
)
unexport ip_conntrack_{,un}register_notifier
author
Adrian Bunk
<bunk@kernel.org>
Sat, 6 Oct 2007 20:38:04 +0000
(22:38 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sat, 6 Oct 2007 20:38:04 +0000
(22:38 +0200)
Static functions mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
net/ipv4/netfilter/ip_conntrack_standalone.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/ip_conntrack_standalone.c
b/net/ipv4/netfilter/ip_conntrack_standalone.c
index 833fcb4be5e7df4d3519989c3ec8d3260b7e7a55..b6c215ad9fea9412ee32c1c365272bbeb0a26d12 100644
(file)
--- a/
net/ipv4/netfilter/ip_conntrack_standalone.c
+++ b/
net/ipv4/netfilter/ip_conntrack_standalone.c
@@
-951,8
+951,6
@@
void need_conntrack(void)
#ifdef CONFIG_IP_NF_CONNTRACK_EVENTS
EXPORT_SYMBOL_GPL(ip_conntrack_chain);
EXPORT_SYMBOL_GPL(ip_conntrack_expect_chain);
-EXPORT_SYMBOL_GPL(ip_conntrack_register_notifier);
-EXPORT_SYMBOL_GPL(ip_conntrack_unregister_notifier);
EXPORT_SYMBOL_GPL(__ip_ct_event_cache_init);
EXPORT_PER_CPU_SYMBOL_GPL(ip_conntrack_ecache);
#endif