summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/pm.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: mxs: stub out mxs_pm_init for !CONFIG_PMArnd Bergmann2013-06-241-0/+4
| | | | | | | | | When building a kernel without CONFIG_PM, we get a link error from referencing mxs_pm_init in the machine descriptor. This defines a macro to NULL for that case. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mxs: call mxs_pm_init() as a machine_desc hookShawn Guo2013-04-041-0/+14
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>
OpenPOWER on IntegriCloud