commit | 9dc20f553f8cb548feaba9dae0cb4905327ecbac | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Thu Dec 25 23:58:35 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 25 23:58:35 2008 -0800 |
tree | d6888ac502e73f3373824c35701a68ae38ee5481 | |
parent | 888432f6720bec93ddae93c4d1483a18198a1b3b [diff] |
drivers/net/atlx: fix sparse warnings: make symbols static Fix this sparse warnings: drivers/net/atlx/atl1.c:198:16: warning: symbol 'atl1_check_options' was not declared. Should it be static? drivers/net/atlx/atl1.c:526:5: warning: symbol 'atl1_read_mac_addr' was not declared. Should it be static? Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: David S. Miller <davem@davemloft.net>