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>
 {
        remove_proc_entry("anycast6", net->proc_net);
 }
+#endif
 
 /*     Init / cleanup code
  */
                WARN_ON(!hlist_empty(&inet6_acaddr_lst[i]));
        spin_unlock(&acaddr_hash_lock);
 }
-#endif