From: Sowmini Varadhan <[email protected]> Date: Tue, 30 May 2017 14:31:37 -0700
> +EXPORT_SYMBOL(neigh_remove_one); net/ipv4/arp.c is the only reference you add to this symbol and ipv4 cannot be built modular. So this export is unnecessary.
From: Sowmini Varadhan <[email protected]> Date: Tue, 30 May 2017 14:31:37 -0700
> +EXPORT_SYMBOL(neigh_remove_one); net/ipv4/arp.c is the only reference you add to this symbol and ipv4 cannot be built modular. So this export is unnecessary.