]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NEIGH]: Remove unused method from include/net/neighbour.h
authorRami Rosen <ramirose@gmail.com>
Mon, 31 Dec 2007 07:25:31 +0000 (23:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:17 +0000 (15:00 -0800)
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h

index 11590f23d99dc8f3450d002ef4a5e50387071259..a9dda29082116ebcf50c6ed8f976db4ae4b8fd7d 100644 (file)
@@ -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)
 {