From 140ad6c8c6c7a89546cdcbc46da6cd56011cfee1 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 14 May 2020 18:59:38 +0200 Subject: [PATCH] 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 Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- 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 2d16fc4..b72c6d1 100644 --- a/drivers/net/phy/mdio-moxart.c +++ b/drivers/net/phy/mdio-moxart.c @@ -12,7 +12,6 @@ #include #include #include -#include #define REG_PHY_CTRL 0 #define REG_PHY_WRITE_DATA 4 -- 2.7.4