From: Sam Ravnborg Date: Mon, 21 Apr 2014 19:39:20 +0000 (+0200) Subject: sparc32: fix sparse "Should it be static?" in mm/ X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2~2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b0aa9463143051b0832f6355cdc81168876b32;p=pandora-kernel.git sparc32: fix sparse "Should it be static?" in mm/ Fix following warnings: srmmu.c:870:13: warning: symbol 'srmmu_paging_init' was not declared. Should it be static? iommu.c:430:13: warning: symbol 'ld_mmu_iommu' was not declared. Should it be static? leon_mm.c:21:5: warning: symbol 'srmmu_swprobe_trace' was not declared. Should it be static? Add proper prototypes or define static to fix them. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed