aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGravatar Russell King (Oracle) <rmk+kernel@armlinux.org.uk> 2023-02-24 16:44:20 +0000
committerGravatar David S. Miller <davem@davemloft.net> 2023-02-26 18:41:33 +0000
commit724337be7f218111cd798702e2e17bfc6615744b (patch)
treef1149b3c8984bce6887739367838549df9c53851 /drivers
parentMerge branch 'net-ocelot-switch-regressions' (diff)
downloadlinux-724337be7f218111cd798702e2e17bfc6615744b.tar.gz
linux-724337be7f218111cd798702e2e17bfc6615744b.tar.bz2
linux-724337be7f218111cd798702e2e17bfc6615744b.zip
net: dsa: ocelot_ext: remove unnecessary phylink.h include
During review of ocelot_ext, it created a private phylink instance that wasn't necessary. This was removed for subsequent postings, but the include file seems to have been left behind. Remove it. Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/dsa/ocelot/ocelot_ext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dsa/ocelot/ocelot_ext.c b/drivers/net/dsa/ocelot/ocelot_ext.c
index 52b41db63a28..063150659816 100644
--- a/drivers/net/dsa/ocelot/ocelot_ext.c
+++ b/drivers/net/dsa/ocelot/ocelot_ext.c
@@ -4,7 +4,6 @@
*/
#include <linux/mfd/ocelot.h>
-#include <linux/phylink.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <soc/mscc/ocelot.h>