Skip to content

Commit

Permalink
[IPV6] Remove three method declarations in include/net/ndisc.h.
Browse files Browse the repository at this point in the history
This patch removes two unused method declarations in
include/net/ndisc.h: ndisc_forwarding_on(void) and
ndisc_forwarding_off(void);

Also igmp6_cleanup(void) appears twice in this header, so one
igmp6_cleanup(void) declaration is removed.

Signed-off-by: Rami Rosen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ramirosen authored and davem330 committed Apr 10, 2008
1 parent eab2e0b commit 3cccd60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/net/ndisc.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ extern void ndisc_send_rs(struct net_device *dev,
struct in6_addr *saddr,
struct in6_addr *daddr);

extern void ndisc_forwarding_on(void);
extern void ndisc_forwarding_off(void);

extern void ndisc_send_redirect(struct sk_buff *skb,
struct neighbour *neigh,
struct in6_addr *target);
Expand All @@ -124,7 +121,6 @@ extern int igmp6_event_query(struct sk_buff *skb);

extern int igmp6_event_report(struct sk_buff *skb);

extern void igmp6_cleanup(void);

#ifdef CONFIG_SYSCTL
extern int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl,
Expand Down

0 comments on commit 3cccd60

Please sign in to comment.