diff options
author | Denis V. Lunev <den@openvz.org> | 2008-01-15 02:00:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:02:11 -0500 |
commit | 14db4133d59e2c1bed122bf87393e2ded05e42dc (patch) | |
tree | 1df48c895abfb55a1fd5c529e2b7de4b3aa2abff /net | |
parent | 486b51d3706c5493b6c50992eaaafc44e628a7ed (diff) |
[ARP]: Remove forward declaration of neigh_changeaddr.
No need for this. It is declared in the neighbour.h
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/neighbour.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index 62d47841c67d..a8be5ef13337 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
@@ -59,7 +59,6 @@ static void neigh_timer_handler(unsigned long arg); | |||
59 | static void __neigh_notify(struct neighbour *n, int type, int flags); | 59 | static void __neigh_notify(struct neighbour *n, int type, int flags); |
60 | static void neigh_update_notify(struct neighbour *neigh); | 60 | static void neigh_update_notify(struct neighbour *neigh); |
61 | static int pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev); | 61 | static int pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev); |
62 | void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev); | ||
63 | 62 | ||
64 | static struct neigh_table *neigh_tables; | 63 | static struct neigh_table *neigh_tables; |
65 | #ifdef CONFIG_PROC_FS | 64 | #ifdef CONFIG_PROC_FS |