|
@@ -720,10 +720,3 @@ static void __exit nf_conntrack_standalone_fini(void)
|
|
|
|
|
|
module_init(nf_conntrack_standalone_init);
|
|
|
module_exit(nf_conntrack_standalone_fini);
|
|
|
-
|
|
|
-/* Some modules need us, but don't depend directly on any symbol.
|
|
|
- They should call this. */
|
|
|
-void need_conntrack(void)
|
|
|
-{
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(need_conntrack);
|