OSDN Git Service

net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS
authorJeff Barnhill <0xeffeff@gmail.com>
Mon, 5 Nov 2018 20:36:45 +0000 (20:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Nov 2018 21:36:27 +0000 (13:36 -0800)
commit6915ed86cca6a0b422e8ada05ec7009d2074b88a
tree230614ab4c78a264e45b38335a62c1c176bb8d7a
parentea53abfab960909d622ca37bcfb8e1c5378d21cc
net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS

Move the anycast.c init and cleanup functions which were inadvertently
added inside the CONFIG_PROC_FS definition.

Fixes: 2384d02520ff ("net/ipv6: Add anycast addresses to a global hashtable")
Signed-off-by: Jeff Barnhill <0xeffeff@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/anycast.c