diff options
author | Colin Ian King | 2018-03-11 17:55:47 +0100 |
---|---|---|
committer | David S. Miller | 2018-03-12 11:12:38 -0400 |
commit | c16b1a9ccf70630004f3700532313ca0bcf3e663 (patch) | |
tree | 9d47cb28e76524bc7f3af83e1bd3c351338de007 /net/llc | |
parent | 8e8af97a3fa43e1cd2e9e714d3b79536ff98d8a9 (diff) |
lan743x: make functions lan743x_csr_read and lan743x_csr_read static
Functions lan743x_csr_read and lan743x_csr_read are local to the source
and do not need to be in global scope, so make them static.
Cleans up sparse warning:
drivers/net/ethernet/microchip/lan743x_main.c:56:5: warning: symbol
lan743x_csr_read' was not declared. Should it be static?
drivers/net/ethernet/microchip/lan743x_main.c:61:6: warning: symbol
'lan743x_csr_write' 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>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions