From: stephen hemminger Date: Wed, 4 Jan 2012 13:02:24 +0000 (+0000) Subject: bna: fix sparse warnings/errors X-Git-Tag: v3.3-rc1~182^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed