commit | 5719e5eb31e485d9eac8e2303ef9ca2f42c49225 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Aug 23 10:59:40 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 23 22:20:28 2017 -0700 |
tree | 2179b168f6b10c92b78817d410fa71719c1825a2 | |
parent | 257a73031d29447ee82fe06d2b97d8564f63276d [diff] |
net: hinic: make functions set_ctrl0 and set_ctrl1 static The functions set_ctrl0 and set_ctrl1 are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: symbol 'set_ctrl0' was not declared. Should it be static? symbol 'set_ctrl1' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>