commit | 9cf793f9b8b1ba9414e2a7591b2e911885f85a27 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Mon Feb 20 09:43:30 2012 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Fri Feb 24 13:04:10 2012 -0800 |
tree | 7ac9494904f303d04d00d6d8cc0aa65e2d77115d | |
parent | d1589f0912533e6cb2ac8fd6f1feb3d5989fe8cb [diff] |
ARM: OMAP: convert omap_device_build() and callers to __init 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>