From: Nishanth Menon Date: Fri, 7 Jan 2011 03:49:29 +0000 (-0800) Subject: omap3: igep3: make igep3_flash_init static X-Git-Tag: v2.6.38-rc1~52^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2393608aede2380afc3fa8815197363f01f328ad;p=pandora-kernel.git omap3: igep3: make igep3_flash_init static igep3_flash_init is not used beyond the scope of the file, make it static instead. Fixes sparse warning: arch/arm/mach-omap2/board-igep0030.c:106:13: warning: symbol 'igep3_flash_init' was not declared. Should it be static? Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed