Skip to content

Commit 909f1ed

Browse files
linuswdavem330
authored andcommitted
net: phy: mdio-gpio: Cut surplus includes
The GPIO MDIO driver now needs only <linux/gpio/consumer.h> so cut the legacy <linux/gpio.h> and <linux/of_gpio.h> includes that are no longer used. Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent bfc17d0 commit 909f1ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/phy/mdio-gpio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
#include <linux/platform_device.h>
2727
#include <linux/mdio-bitbang.h>
2828
#include <linux/mdio-gpio.h>
29-
#include <linux/gpio.h>
3029
#include <linux/gpio/consumer.h>
31-
32-
#include <linux/of_gpio.h>
3330
#include <linux/of_mdio.h>
3431

3532
struct mdio_gpio_info {

0 commit comments

Comments
 (0)