ARM: mxs: call mxs_pm_init() as a machine_desc hook
authorShawn Guo <shawn.guo@linaro.org>
Fri, 29 Mar 2013 06:41:27 +0000 (14:41 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 4 Apr 2013 13:15:57 +0000 (21:15 +0800)
The device_initcall is not a friend of multiplatform build.  Call
mxs_pm_init() as a machine_desc hook instead of device_initcall.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found