From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:27 +0000 (+0200) Subject: sparc32: fix sparse warnings in ioport.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31f76518e3b3d755a24db43e556869cafce6d64;p=pandora-kernel.git sparc32: fix sparse warnings in ioport.c Fix following warnings: ioport.c:189:38: warning: Using plain integer as NULL pointer ioport.c:78:25: warning: symbol 'sparc_iomap' was not declared. Should it be static? ioport.c:403:20: warning: symbol 'sbus_dma_ops' was not declared. Should it be static? ioport.c:684:39: warning: Using plain integer as NULL pointer Add one missing prototype, and use NULL. sbus_dma_ops declared static. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed