]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
unexport ip_conntrack_{,un}register_notifier
authorAdrian Bunk <bunk@kernel.org>
Sat, 6 Oct 2007 20:38:04 +0000 (22:38 +0200)
committerAdrian 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

index 833fcb4be5e7df4d3519989c3ec8d3260b7e7a55..b6c215ad9fea9412ee32c1c365272bbeb0a26d12 100644 (file)
@@ -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