Re: [PATCH][next] net: phy: meson-gxl: make function meson_gxl_read_status static

2017-12-13 Thread David Miller
From: Colin King Date: Tue, 12 Dec 2017 13:03:11 + > From: Colin Ian King > > The function meson_gxl_read_status is local to the source and does > not need to be in global scope, so make it static. > > Cleans up sparse warning: > symbol 'meson_gxl_read_status' was not declared. Should it b

Re: [PATCH][next] net: phy: meson-gxl: make function meson_gxl_read_status static

2017-12-12 Thread Jerome Brunet
On Tue, 2017-12-12 at 13:03 +, Colin King wrote: > From: Colin Ian King > > The function meson_gxl_read_status is local to the source and does > not need to be in global scope, so make it static. > > Cleans up sparse warning: > symbol 'meson_gxl_read_status' was not declared. Should it be st

[PATCH][next] net: phy: meson-gxl: make function meson_gxl_read_status static

2017-12-12 Thread Colin King
From: Colin Ian King The function meson_gxl_read_status is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'meson_gxl_read_status' was not declared. Should it be static? Signed-off-by: Colin Ian King --- drivers/net/phy/meson-gx