diff options
Diffstat (limited to 'include/net/ndisc.h')
-rw-r--r-- | include/net/ndisc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 9f2bae68d28c..16424236fe2f 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h | |||
@@ -102,9 +102,6 @@ extern void ndisc_send_rs(struct net_device *dev, | |||
102 | struct in6_addr *saddr, | 102 | struct in6_addr *saddr, |
103 | struct in6_addr *daddr); | 103 | struct in6_addr *daddr); |
104 | 104 | ||
105 | extern void ndisc_forwarding_on(void); | ||
106 | extern void ndisc_forwarding_off(void); | ||
107 | |||
108 | extern void ndisc_send_redirect(struct sk_buff *skb, | 105 | extern void ndisc_send_redirect(struct sk_buff *skb, |
109 | struct neighbour *neigh, | 106 | struct neighbour *neigh, |
110 | struct in6_addr *target); | 107 | struct in6_addr *target); |
@@ -124,7 +121,6 @@ extern int igmp6_event_query(struct sk_buff *skb); | |||
124 | 121 | ||
125 | extern int igmp6_event_report(struct sk_buff *skb); | 122 | extern int igmp6_event_report(struct sk_buff *skb); |
126 | 123 | ||
127 | extern void igmp6_cleanup(void); | ||
128 | 124 | ||
129 | #ifdef CONFIG_SYSCTL | 125 | #ifdef CONFIG_SYSCTL |
130 | extern int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, | 126 | extern int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, |