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)
commit45680995cd8ccf5eb71a1808eb96408589d37a26
tree0ad2b5c89a2a4138de4f2538180833491f8d8f06
parente933a1a12a02f42e0013cda87bba37ccb59efc47
ARM: mxs: call mxs_pm_init() as a machine_desc hook

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>
arch/arm/mach-mxs/mach-mxs.c
arch/arm/mach-mxs/pm.c
arch/arm/mach-mxs/pm.h [new file with mode: 0644]
This page took 0.031351 seconds and 5 git commands to generate.