]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75a36d877d3e8a8e1af28d3afc12a26a0776c008
tree1aab92edca3b9c9bdc0bd1fe30cc03b255f6b31c
parent9dc53938cb18c3be08fb6a5fa453b47937fe9759
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