[PATCH] net: phy: mdio-moxart: remove unneeded include

From: Bartosz Golaszewski
Date: Thu May 14 2020 - 12:59:48 EST


From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>

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

Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
---
drivers/net/phy/mdio-moxart.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/net/phy/mdio-moxart.c b/drivers/net/phy/mdio-moxart.c
index 2d16fc4173c1..b72c6d185175 100644
--- a/drivers/net/phy/mdio-moxart.c
+++ b/drivers/net/phy/mdio-moxart.c
@@ -12,7 +12,6 @@
#include <linux/of_mdio.h>
#include <linux/phy.h>
#include <linux/platform_device.h>
-#include <linux/regulator/consumer.h>

#define REG_PHY_CTRL 0
#define REG_PHY_WRITE_DATA 4
--
2.25.0