aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
diff options
context:
space:
mode:
authorHiroaki SHIMODA <shimoda.hiroaki@gmail.com>2012-04-13 07:34:44 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-13 14:00:44 -0400
commitdcd2ba92e842eec0d0372415fa26f1c411f5530d (patch)
treeaa68fbb0372897b0af17357d9d13ae717d8c11d9 /include/net/neighbour.h
parentudp: intoduce udp_encap_needed static_key (diff)
downloadlinux-dev-dcd2ba92e842eec0d0372415fa26f1c411f5530d.tar.xz
linux-dev-dcd2ba92e842eec0d0372415fa26f1c411f5530d.zip
neighbour: Make neigh_table_init_no_netlink() static.
neigh_table_init_no_netlink() is only used in net/core/neighbour.c file. Signed-off-by: Hiroaki SHIMODA <shimoda.hiroaki@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/neighbour.h')
-rw-r--r--include/net/neighbour.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index 34c996f46181..63ebd70ba693 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -195,7 +195,6 @@ static inline void *neighbour_priv(const struct neighbour *n)
#define NEIGH_UPDATE_F_ADMIN 0x80000000
extern void neigh_table_init(struct neigh_table *tbl);
-extern void neigh_table_init_no_netlink(struct neigh_table *tbl);
extern int neigh_table_clear(struct neigh_table *tbl);
extern struct neighbour * neigh_lookup(struct neigh_table *tbl,
const void *pkey,