net: phy: mdio-gpio: Cut surplus includes
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Jun 2018 11:19:03 +0000 (13:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jun 2018 22:23:55 +0000 (15:23 -0700)
commit909f1edc49953dbc0bc0512e1300691b9c2f432d
tree1aab92edca3b9c9bdc0bd1fe30cc03b255f6b31c
parentbfc17d00f082fb33e8a9438df0fe71646e146769
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 <linus.walleij@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-gpio.c