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)
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>

No differences found