Re: [PATCH] net: phy: marvell: make two functions static

2017-06-02 Thread Colin Ian King
On 02/06/17 15:00, Andrew Lunn wrote: > On Fri, Jun 02, 2017 at 12:14:24PM +0100, Colin King wrote: >> From: Colin Ian King >> >> functions m88e1510_get_temp_critical and m88e1510_get_temp_alarm can be >> made static as they not need to be in global scope. >> >> Cleans up sparse warnings: >> "sym

Re: [PATCH] net: phy: marvell: make two functions static

2017-06-02 Thread Andrew Lunn
On Fri, Jun 02, 2017 at 12:14:24PM +0100, Colin King wrote: > From: Colin Ian King > > functions m88e1510_get_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 declare

[PATCH] net: phy: marvell: make two functions static

2017-06-02 Thread Colin King
From: Colin Ian King functions m88e1510_get_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 dec