From: Denis V. Lunev Date: Tue, 15 Jan 2008 07:00:22 +0000 (-0800) Subject: [ARP]: Remove forward declaration of neigh_changeaddr. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=14db4133d59e2c1bed122bf87393e2ded05e42dc;p=linux-beck.git [ARP]: Remove forward declaration of neigh_changeaddr. No need for this. It is declared in the neighbour.h Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- 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); static void __neigh_notify(struct neighbour *n, int type, int flags); static void neigh_update_notify(struct neighbour *neigh); static int pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev); -void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev); static struct neigh_table *neigh_tables; #ifdef CONFIG_PROC_FS