Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: mdio-moxart: remove unneeded include

mdio-moxart doesn't use regulators in the driver code. We can remove
the regulator include.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Bartosz Golaszewski and committed by
David S. Miller
140ad6c8 74ac28f1

-1
-1
drivers/net/phy/mdio-moxart.c
··· 12 12 #include <linux/of_mdio.h> 13 13 #include <linux/phy.h> 14 14 #include <linux/platform_device.h> 15 - #include <linux/regulator/consumer.h> 16 15 17 16 #define REG_PHY_CTRL 0 18 17 #define REG_PHY_WRITE_DATA 4