]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf0b48ab37ea56256ba349526f5b538137d6b1afd
tree2cda73427f331f044ad0c7cc25b6717d038d1076
parent2d74cd5bcc09417abbd63f1183b56ccde9370864
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