diff options
author | Andy Shevchenko | 2024-03-07 14:23:45 +0200 |
---|---|---|
committer | Jakub Kicinski | 2024-03-11 13:46:01 -0700 |
commit | 22ca20fd12f8b515d74c5e8e8a57e3c3d97def20 (patch) | |
tree | c91c13e19bf192c1ee5bd93a407927cad895eb5a /drivers/net | |
parent | 2920dd92b980c73d15c1a187b4cb7820521cf9fa (diff) |
net: phy: marvell-88x2222: Remove unused of_gpio.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>
Link: https://lore.kernel.org/r/20240307122346.3677534-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/phy/marvell-88x2222.c | 2 |
1 files changed, 0 insertions, 2 deletions
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> |