commit | e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Wed Jan 04 13:02:24 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 05 13:23:00 2012 -0500 |
tree | 60caa3f37801b440f2918c05ae838e9480482f43 | |
parent | 975419cf01fc6997879196d1c8f5ebffd30d3b20 [diff] |
bna: fix sparse warnings/errors This fixes a several sparse warnings. * the __iomem tag was being used incorrectly (needs to be a prefix) * several variables should have been static since local to one file * the firmware was not being forwared declared and was const one place and not the other Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>