Get rid of a build warning, and move a funtion into the init section.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
#include "../clock.h"
extern void omap_check_revision(void);
-extern void omap_detect_sram(void);
+extern void omap_sram_init(void);
/*
* The machine specific code may provide the extra mapping besides the
/*
* This should only get called from board specific init
*/
-void omap_map_common_io(void)
+void __init omap_map_common_io(void)
{
if (!initialized)
_omap_map_io();
}
+