From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Denis V. Lunev" Subject: [PATCH net-2.6.25] [ARP] Remove forward declaration of neigh_changeaddr. Date: Mon, 14 Jan 2008 16:48:23 +0300 Message-ID: <1200318504-18215-4-git-send-email-den@openvz.org> References: <1200318504-18215-1-git-send-email-den@openvz.org> <1200318504-18215-2-git-send-email-den@openvz.org> <1200318504-18215-3-git-send-email-den@openvz.org> Cc: netdev@vger.kernel.org, devel@openvz.org, den1/0006-ARP-Move-inet_addr_type-call-after-simple-error-ch.patch@sw.ru, "Denis V. Lunev" To: davem@davemloft.net Return-path: Received: from swsoft-msk-nat.sw.ru ([195.214.232.10]:56338 "EHLO iris.sw.ru" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750832AbYANNs2 (ORCPT ); Mon, 14 Jan 2008 08:48:28 -0500 In-Reply-To: <1200318504-18215-3-git-send-email-den@openvz.org> Sender: netdev-owner@vger.kernel.org List-ID: No need for this. It is declared in the neighbour.h Signed-off-by: Denis V. Lunev --- 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 2eab6a5..9b0b773 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 -- 1.5.3.rc5