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

2020-05-14 Thread David Miller
From: Bartosz Golaszewski Date: Thu, 14 May 2020 18:59:38 +0200 > From: Bartosz Golaszewski > > mdio-moxart doesn't use regulators in the driver code. We can remove > the regulator include. > > Signed-off-by: Bartosz Golaszewski Applied to net-next.

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

2020-05-14 Thread Florian Fainelli
On 5/14/2020 10:20 AM, Bartosz Golaszewski wrote: > czw., 14 maj 2020 o 19:13 Florian Fainelli napisał(a): >> >> >> >> On 5/14/2020 9:59 AM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski >>> >>> mdio-moxart doesn't use regulators in the driver code. We can remove >>> the regulator i

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

2020-05-14 Thread Bartosz Golaszewski
czw., 14 maj 2020 o 19:13 Florian Fainelli napisał(a): > > > > On 5/14/2020 9:59 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > mdio-moxart doesn't use regulators in the driver code. We can remove > > the regulator include. > > > > Signed-off-by: Bartosz Golaszewski > > Rev

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

2020-05-14 Thread Florian Fainelli
On 5/14/2020 9:59 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > mdio-moxart doesn't use regulators in the driver code. We can remove > the regulator include. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Florian Fainelli -- Florian

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

2020-05-14 Thread Andrew Lunn
On Thu, May 14, 2020 at 06:59:38PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > 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 Andrew

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

2020-05-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski mdio-moxart doesn't use regulators in the driver code. We can remove the regulator include. Signed-off-by: Bartosz Golaszewski --- 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-mox