diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ndisc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 3c4211f0bed6..ea0cc26ab70e 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h | |||
@@ -190,7 +190,9 @@ static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, cons | |||
190 | } | 190 | } |
191 | 191 | ||
192 | extern int ndisc_init(void); | 192 | extern int ndisc_init(void); |
193 | extern int ndisc_late_init(void); | ||
193 | 194 | ||
195 | extern void ndisc_late_cleanup(void); | ||
194 | extern void ndisc_cleanup(void); | 196 | extern void ndisc_cleanup(void); |
195 | 197 | ||
196 | extern int ndisc_rcv(struct sk_buff *skb); | 198 | extern int ndisc_rcv(struct sk_buff *skb); |