neigh: remove dynamic neigh table registration support
authorWANG Cong <xiyou.wangcong@gmail.com>
Mon, 10 Nov 2014 23:59:36 +0000 (15:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 20:23:54 +0000 (15:23 -0500)
commitd7480fd3b1738a8eae6a76098b17af318cf9b9cc
tree559ba1e8e583fec97c223f31b3657023e71febfb
parentb2e2f0c779fefede3a871781c8827bd8e76c7c0f
neigh: remove dynamic neigh table registration support

Currently there are only three neigh tables in the whole kernel:
arp table, ndisc table and decnet neigh table. What's more,
we don't support registering multiple tables per family.
Therefore we can just make these tables statically built-in.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h
net/core/neighbour.c
net/decnet/dn_neigh.c
net/ipv4/arp.c
net/ipv6/ndisc.c