[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200527234113.2491988-3-olteanv@gmail.com>
Date: Thu, 28 May 2020 02:41:04 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, andrew@...n.ch, vivien.didelot@...il.com,
f.fainelli@...il.com, linux@...linux.org.uk,
antoine.tenart@...tlin.com, alexandre.belloni@...tlin.com,
horatiu.vultur@...rochip.com, allan.nielsen@...rochip.com,
UNGLinuxDriver@...rochip.com, alexandru.marginean@....com,
claudiu.manoil@....com, madalin.bucur@....nxp.com,
radu-andrei.bulie@....com, fido_max@...ox.ru
Subject: [PATCH net-next 02/11] net: mscc: ocelot: unexport ocelot_probe_port
From: Vladimir Oltean <vladimir.oltean@....com>
This is not being used by any other module except ocelot (i.e. felix
does not use it). So remove the EXPORT_SYMBOL.
Signed-off-by: Vladimir Oltean <vladimir.oltean@....com>
---
drivers/net/ethernet/mscc/ocelot.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c
index e621c4c3ee86..ff875c2f1d46 100644
--- a/drivers/net/ethernet/mscc/ocelot.c
+++ b/drivers/net/ethernet/mscc/ocelot.c
@@ -2152,7 +2152,6 @@ int ocelot_probe_port(struct ocelot *ocelot, u8 port,
return err;
}
-EXPORT_SYMBOL(ocelot_probe_port);
/* Configure and enable the CPU port module, which is a set of queues.
* If @npi contains a valid port index, the CPU port module is connected
--
2.25.1
Powered by blists - more mailing lists