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
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
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