diff options
| -rw-r--r-- | net/core/neighbour.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index c7e653ff5ed0..c0a27407f445 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
| @@ -889,7 +889,7 @@ out_unlock_bh: | |||
| 889 | return rc; | 889 | return rc; |
| 890 | } | 890 | } |
| 891 | 891 | ||
| 892 | static __inline__ void neigh_update_hhs(struct neighbour *neigh) | 892 | static void neigh_update_hhs(struct neighbour *neigh) |
| 893 | { | 893 | { |
| 894 | struct hh_cache *hh; | 894 | struct hh_cache *hh; |
| 895 | void (*update)(struct hh_cache*, struct net_device*, unsigned char *) = | 895 | void (*update)(struct hh_cache*, struct net_device*, unsigned char *) = |
| @@ -2724,7 +2724,6 @@ void neigh_sysctl_unregister(struct neigh_parms *p) | |||
| 2724 | #endif /* CONFIG_SYSCTL */ | 2724 | #endif /* CONFIG_SYSCTL */ |
| 2725 | 2725 | ||
| 2726 | EXPORT_SYMBOL(__neigh_event_send); | 2726 | EXPORT_SYMBOL(__neigh_event_send); |
| 2727 | EXPORT_SYMBOL(neigh_add); | ||
| 2728 | EXPORT_SYMBOL(neigh_changeaddr); | 2727 | EXPORT_SYMBOL(neigh_changeaddr); |
| 2729 | EXPORT_SYMBOL(neigh_compat_output); | 2728 | EXPORT_SYMBOL(neigh_compat_output); |
| 2730 | EXPORT_SYMBOL(neigh_connected_output); | 2729 | EXPORT_SYMBOL(neigh_connected_output); |
| @@ -2744,11 +2743,8 @@ EXPORT_SYMBOL(neigh_table_clear); | |||
| 2744 | EXPORT_SYMBOL(neigh_table_init); | 2743 | EXPORT_SYMBOL(neigh_table_init); |
| 2745 | EXPORT_SYMBOL(neigh_table_init_no_netlink); | 2744 | EXPORT_SYMBOL(neigh_table_init_no_netlink); |
| 2746 | EXPORT_SYMBOL(neigh_update); | 2745 | EXPORT_SYMBOL(neigh_update); |
| 2747 | EXPORT_SYMBOL(neigh_update_hhs); | ||
| 2748 | EXPORT_SYMBOL(pneigh_enqueue); | 2746 | EXPORT_SYMBOL(pneigh_enqueue); |
| 2749 | EXPORT_SYMBOL(pneigh_lookup); | 2747 | EXPORT_SYMBOL(pneigh_lookup); |
| 2750 | EXPORT_SYMBOL(neightbl_dump_info); | ||
| 2751 | EXPORT_SYMBOL(neightbl_set); | ||
| 2752 | 2748 | ||
| 2753 | #ifdef CONFIG_ARPD | 2749 | #ifdef CONFIG_ARPD |
| 2754 | EXPORT_SYMBOL(neigh_app_ns); | 2750 | EXPORT_SYMBOL(neigh_app_ns); |
