From: Rami Rosen Date: Mon, 31 Dec 2007 07:25:31 +0000 (-0800) Subject: [NEIGH]: Remove unused method from include/net/neighbour.h X-Git-Tag: v2.6.25-rc1~1162^2~902 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f624357959001c9156ee7a475283fc6041f78e0e;p=linux-2.6-omap-h63xx.git [NEIGH]: Remove unused method from include/net/neighbour.h Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 11590f23d99..a9dda290821 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh) return neigh->nud_state&NUD_CONNECTED; } -static inline int neigh_is_valid(struct neighbour *neigh) -{ - return neigh->nud_state&NUD_VALID; -} static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) {