diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2023-02-24 16:44:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-02-26 18:41:33 +0000 |
commit | 724337be7f218111cd798702e2e17bfc6615744b (patch) | |
tree | f1149b3c8984bce6887739367838549df9c53851 /drivers/net/dsa/ocelot/ocelot_ext.c | |
parent | 5f79f12c08a4ddf5f00eb736e156020dbb0489a9 (diff) |
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/net/dsa/ocelot/ocelot_ext.c')
-rw-r--r-- | drivers/net/dsa/ocelot/ocelot_ext.c | 1 |
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> |