From: Kevin Hilman Date: Mon, 20 Feb 2012 17:43:30 +0000 (-0800) Subject: ARM: OMAP: convert omap_device_build() and callers to __init X-Git-Tag: v3.4-rc1~91^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf793f9b8b1ba9414e2a7591b2e911885f85a27;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed