Re: [PATCH] net: dsa: mt7530: make functions mt7530_phy_write static

From: David Miller
Date: Tue Oct 03 2017 - 13:20:37 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Tue, 3 Oct 2017 11:46:33 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The function mt7530_phy_write is local to the source and does not need to
> be in global scope, so make it static.
>
> Cleans up sparse warnings:
> symbol 'mt7530_phy_write' was not declared. Should it be static?
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.