net: mscc: ocelot: remove EXPORT_SYMBOL from ocelot_net.c
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 27 Jun 2020 12:03:06 +0000 (15:03 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 04:40:21 +0000 (21:40 -0700)
commit836e0e555893bbff8997d666b3e4d508c8a7641b
tree2cda73427f331f044ad0c7cc25b6717d038d1076
parentcf8a9ab7f7d4b43ef7aa85427fec2458a6709054
net: mscc: ocelot: remove EXPORT_SYMBOL from ocelot_net.c

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 <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/ocelot_net.c