Re: [PATCH 4/6] net: mdio: add a forward declaration for reset_control to mdio.h

2020-06-26 Thread Florian Fainelli
On 6/26/2020 8:53 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This header refers to struct reset_control but doesn't include any reset > header. The structure definition is probably somehow indirectly pulled in > since no warnings are reported but for the sake of correctness

[PATCH 4/6] net: mdio: add a forward declaration for reset_control to mdio.h

2020-06-26 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This header refers to struct reset_control but doesn't include any reset header. The structure definition is probably somehow indirectly pulled in since no warnings are reported but for the sake of correctness add the forward declaration for struct reset_control. Signed