o NET: move net/ipv4/fib_frontend.c EXPORT_SYMBOLs from net/netsyms.c

parent 6ebdcd99
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#include <linux/module.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/bitops.h> #include <asm/bitops.h>
...@@ -605,3 +606,6 @@ void __init ip_fib_init(void) ...@@ -605,3 +606,6 @@ void __init ip_fib_init(void)
register_inetaddr_notifier(&fib_inetaddr_notifier); register_inetaddr_notifier(&fib_inetaddr_notifier);
} }
EXPORT_SYMBOL(inet_addr_type);
EXPORT_SYMBOL(ip_dev_find);
EXPORT_SYMBOL(ip_rt_ioctl);
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <net/protocol.h> #include <net/protocol.h>
#include <net/inet_common.h> #include <net/inet_common.h>
#include <linux/inet.h> #include <linux/inet.h>
#include <linux/mroute.h>
#if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE) #if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE)
#include <net/ah.h> #include <net/ah.h>
#endif #endif
...@@ -68,13 +67,10 @@ EXPORT_SYMBOL(inet_del_protocol); ...@@ -68,13 +67,10 @@ EXPORT_SYMBOL(inet_del_protocol);
EXPORT_SYMBOL(ip_options_compile); EXPORT_SYMBOL(ip_options_compile);
EXPORT_SYMBOL(ip_options_undo); EXPORT_SYMBOL(ip_options_undo);
EXPORT_SYMBOL(in_aton); EXPORT_SYMBOL(in_aton);
EXPORT_SYMBOL(inet_addr_type);
EXPORT_SYMBOL(ip_dev_find);
EXPORT_SYMBOL(ip_defrag); EXPORT_SYMBOL(ip_defrag);
EXPORT_SYMBOL(inet_peer_idlock); EXPORT_SYMBOL(inet_peer_idlock);
/* Route manipulation */ /* Route manipulation */
EXPORT_SYMBOL(ip_rt_ioctl);
/* needed for ip_gre -cw */ /* needed for ip_gre -cw */
EXPORT_SYMBOL(ip_statistics); EXPORT_SYMBOL(ip_statistics);
......
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