From: Andy Shevchenko Date: Thu, 16 Mar 2023 12:08:26 +0000 (+0200) Subject: net: phy: at803x: Replace of_gpio.h with what indeed is used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a593a2fcfdfb92cfd0ffc54bc81b07e6bfaaaf46;p=linux.git net: phy: at803x: Replace of_gpio.h with what indeed is used of_gpio.h in this driver is solely used as a proxy to other headers. This is incorrect usage of the of_gpio.h. Replace it .h with what indeed is used in the code. Signed-off-by: Andy Shevchenko Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c index 22f4458274aae..656136628ffd8 100644 --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c @@ -13,12 +13,11 @@ #include #include #include -#include #include -#include #include #include #include +#include #include #include #include