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

net: mdio_bus: 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/20240307122231.3677241-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Andy Shevchenko and committed by
Jakub Kicinski
86a7abbb c057eddc

-2
-2
drivers/net/phy/mdio_bus.c
··· 13 13 #include <linux/errno.h> 14 14 #include <linux/etherdevice.h> 15 15 #include <linux/ethtool.h> 16 - #include <linux/gpio.h> 17 16 #include <linux/gpio/consumer.h> 18 17 #include <linux/init.h> 19 18 #include <linux/interrupt.h> ··· 24 25 #include <linux/module.h> 25 26 #include <linux/netdevice.h> 26 27 #include <linux/of_device.h> 27 - #include <linux/of_gpio.h> 28 28 #include <linux/of_mdio.h> 29 29 #include <linux/phy.h> 30 30 #include <linux/reset.h>