omap3evm: fix compilation warning for omap3evm_flash_init
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Tue, 22 Sep 2009 17:05:16 +0000 (10:05 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 22 Sep 2009 17:34:11 +0000 (10:34 -0700)
omap3evm_flash_init() was earlier defined in seperate file but now need to merge to
board_omap3evm.c file.

Removing it to fix the compilation. It should be added back with function
definitions.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found