Commit 33372d54 authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[NETFILTER]: Makefile and build fixes.

parent 00dbd26b
......@@ -207,5 +207,7 @@ static int __init init(void)
return 0;
}
EXPORT_SYMBOL(ip_amanda_lock);
module_init(init);
module_exit(fini);
......@@ -437,9 +437,7 @@ static int __init init(void)
return 0;
}
#ifdef CONFIG_IP_NF_NAT_NEEDED
EXPORT_SYMBOL(ip_ftp_lock);
#endif
MODULE_LICENSE("GPL");
module_init(init);
......
......@@ -289,9 +289,7 @@ static void fini(void)
}
}
#ifdef CONFIG_IP_NF_NAT_NEEDED
EXPORT_SYMBOL(ip_irc_lock);
#endif
module_init(init);
module_exit(fini);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment