[PATCH v2 08/10] of: mdio: remove the 'extern' keyword from function declarations

2020-06-29 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The 'extern' keyword in headers doesn't have any benefit. Remove them all from the of_mdio.h header. Signed-off-by: Bartosz Golaszewski --- include/linux/of_mdio.h | 37 ++--- 1 file changed, 18 insertions(+), 19 deletions(-) diff --gi

Re: [PATCH v2 08/10] of: mdio: remove the 'extern' keyword from function declarations

2020-06-29 Thread Florian Fainelli
On 6/29/2020 5:03 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The 'extern' keyword in headers doesn't have any benefit. Remove them > all from the of_mdio.h header. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Florian Fainelli -- Florian