Re: [PATCH][V2] net: phy: marvell: make some functions static

From: David Miller
Date: Sun Jun 04 2017 - 19:55:59 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Fri, 2 Jun 2017 15:13:34 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> functions m88e1510_get_temp_critical, m88e1510_set_temp_critical and
> m88e1510_get_temp_alarm can be made static as they not need to be
> in global scope.
>
> Cleans up sparse warnings:
> "symbol 'm88e1510_get_temp_alarm' was not declared. Should it be static?"
> "symbol 'm88e1510_get_temp_critical' was not declared. Should it be
> static?"
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied to net-next, thanks.