From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:28 +0000 (+0200) Subject: sparc32: fix sparse warnings in setup_32.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d191723feeb986e9c228a74a0a1c1fb0b5735052;p=pandora-kernel.git sparc32: fix sparse warnings in setup_32.c Fix following warnings: setup_32.c:106:15: warning: symbol 'cmdline_memory_size' was not declared. Should it be static? setup_32.c:270:16: warning: symbol 'fake_swapper_regs' was not declared. Should it be static? setup_32.c:368:55: warning: Using plain integer as NULL pointer Add missing declaration of cmdline_memory_size and remove the local one in init_32.c fake_swapper_regs was only used locally - so defined static. When replacing 0 with NULL also add a few spaces around operators Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed