ARM: OMAP: convert omap_device_build() and callers to __init
authorKevin Hilman <khilman@ti.com>
Mon, 20 Feb 2012 17:43:30 +0000 (09:43 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 24 Feb 2012 21:04:10 +0000 (13:04 -0800)
Building omap_devices should only be done at init time, and since
omap_device_build() is using early_platform calls which are also
__init, this ensures that omap_device isn't trying to use functions
that disappear.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found