Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Jakub Kicinski
22ca20fd 2920dd92

-2
-2
drivers/net/phy/marvell-88x2222.c
··· 9 9 */ 10 10 #include <linux/module.h> 11 11 #include <linux/phy.h> 12 - #include <linux/gpio.h> 13 12 #include <linux/delay.h> 14 13 #include <linux/mdio.h> 15 14 #include <linux/marvell_phy.h> 16 15 #include <linux/of.h> 17 - #include <linux/of_gpio.h> 18 16 #include <linux/sfp.h> 19 17 #include <linux/netdevice.h> 20 18