commit | 360cc342c9037ed487adf07212000f69c0ffa14d | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Oct 03 11:46:33 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 03 10:20:12 2017 -0700 |
tree | 58cf1a93c6ac399bae0b53991c640abc7a2b945a | |
parent | 161ae6b04d5da0de518ea600d8fffe61208e243c [diff] |
net: dsa: mt7530: make functions mt7530_phy_write static 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@canonical.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>