]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: phy: marvell: make some functions static
authorColin Ian King <colin.king@canonical.com>
Fri, 2 Jun 2017 14:13:34 +0000 (15:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Jun 2017 23:54:38 +0000 (19:54 -0400)
commitf0a4581605802cc136f68cfcf325035054fa92a3
tree9070fb7c0e95c49e590df29e88ed359dcbbc868d
parenta5eb62f3cb39fdd32e86d4b722e5b44c38e08890
net: phy: marvell: make some functions static

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@canonical.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c