Skip to content

Commit 86a7abb

Browse files
andy-shevkuba-moo
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c057edd commit 86a7abb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/phy/mdio_bus.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <linux/errno.h>
1414
#include <linux/etherdevice.h>
1515
#include <linux/ethtool.h>
16-
#include <linux/gpio.h>
1716
#include <linux/gpio/consumer.h>
1817
#include <linux/init.h>
1918
#include <linux/interrupt.h>
@@ -25,7 +24,6 @@
2524
#include <linux/module.h>
2625
#include <linux/netdevice.h>
2726
#include <linux/of_device.h>
28-
#include <linux/of_gpio.h>
2927
#include <linux/of_mdio.h>
3028
#include <linux/phy.h>
3129
#include <linux/reset.h>

0 commit comments

Comments
 (0)