omap3: igep3: make igep3_flash_init static
authorNishanth Menon <nm@ti.com>
Fri, 7 Jan 2011 03:49:29 +0000 (19:49 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 7 Jan 2011 03:58:28 +0000 (19:58 -0800)
commit2393608aede2380afc3fa8815197363f01f328ad
treec6b15911ceb5354c498d35847bdb6205a19ef7c9
parent0ce3bb7208b5bf7de2d869a881372b60cc37362c
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 <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-igep0030.c