net: dsa: ocelot_ext: remove unnecessary phylink.h include
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 24 Feb 2023 16:44:20 +0000 (16:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Feb 2023 18:41:33 +0000 (18:41 +0000)
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>
drivers/net/dsa/ocelot/ocelot_ext.c

index 52b41db63a28f9fd0f80e76108ce735e3c03e541..063150659816a89794775d41a398a2a599e8a28e 100644 (file)
@@ -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>