Message ID | 20240307122346.3677534-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 22ca20fd12f8b515d74c5e8e8a57e3c3d97def20 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v1,1/1] net: phy: marvell-88x2222: Remove unused of_gpio.h | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 7 Mar 2024 14:23:45 +0200 you wrote: > of_gpio.h is deprecated and subject to remove. > The driver doesn't use it, simply remove the unused header. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > --- > drivers/net/phy/marvell-88x2222.c | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [net-next,v1,1/1] net: phy: marvell-88x2222: Remove unused of_gpio.h https://git.kernel.org/netdev/net-next/c/22ca20fd12f8 You are awesome, thank you!
diff --git a/drivers/net/phy/marvell-88x2222.c b/drivers/net/phy/marvell-88x2222.c index e3aa30dad2e6..b88398e6872b 100644 --- a/drivers/net/phy/marvell-88x2222.c +++ b/drivers/net/phy/marvell-88x2222.c @@ -9,12 +9,10 @@ */ #include <linux/module.h> #include <linux/phy.h> -#include <linux/gpio.h> #include <linux/delay.h> #include <linux/mdio.h> #include <linux/marvell_phy.h> #include <linux/of.h> -#include <linux/of_gpio.h> #include <linux/sfp.h> #include <linux/netdevice.h>
of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- drivers/net/phy/marvell-88x2222.c | 2 -- 1 file changed, 2 deletions(-)