Skip to content

Commit

Permalink
net: mdio: remove duplicated include from mdio_bus.c
Browse files Browse the repository at this point in the history
Remove duplicated include linux/gpio/consumer.h

Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
YueHaibing authored and davem330 committed Sep 18, 2018
1 parent 49780be commit cf7d97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/phy/mdio_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <linux/phy.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <linux/gpio/consumer.h>

#include <asm/irq.h>

Expand Down

0 comments on commit cf7d97e

Please sign in to comment.