]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f93870bb3f2401b586b6a08f6da8e8465db2171
tree230614ab4c78a264e45b38335a62c1c176bb8d7a
parent2615f78925461dab9f386bfb4841c1f7efed8870
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: 76bb0d920916 ("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