Re: [PATCH net-next] net: mscc: ocelot: remove EXPORT_SYMBOL from ocelot_net.c

2020-06-29 Thread David Miller
From: Vladimir Oltean Date: Sat, 27 Jun 2020 15:03:06 +0300 > From: Vladimir Oltean > > Now that all net_device operations are bundled together inside > mscc_ocelot.ko and no longer part of the common library, there's no > reason to export these symbols. > > Signed-off-by: Vladimir Oltean Ap

[PATCH net-next] net: mscc: ocelot: remove EXPORT_SYMBOL from ocelot_net.c

2020-06-27 Thread Vladimir Oltean
From: Vladimir Oltean Now that all net_device operations are bundled together inside mscc_ocelot.ko and no longer part of the common library, there's no reason to export these symbols. Signed-off-by: Vladimir Oltean --- drivers/net/ethernet/mscc/ocelot_net.c | 4 1 file changed, 4 deletio