From: Russell King (Oracle) Date: Fri, 24 Feb 2023 16:44:20 +0000 (+0000) Subject: net: dsa: ocelot_ext: remove unnecessary phylink.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=724337be7f218111cd798702e2e17bfc6615744b;p=linux.git 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) Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/drivers/net/dsa/ocelot/ocelot_ext.c b/drivers/net/dsa/ocelot/ocelot_ext.c index 52b41db63a28f..063150659816a 100644 --- a/drivers/net/dsa/ocelot/ocelot_ext.c +++ b/drivers/net/dsa/ocelot/ocelot_ext.c @@ -4,7 +4,6 @@ */ #include -#include #include #include #include