]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: fix building without PM_SLEEP
authorArnd Bergmann <arnd@arndb.de>
Thu, 26 Feb 2015 20:50:22 +0000 (05:50 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 26 Feb 2015 20:50:22 +0000 (05:50 +0900)
commit4f506daf0e6c094d2f28253d4044e9adc9461142
treeae16b7f261fefeb3e2022469e74715bea0da6557
parentea8d33ad32f9670fe55c99478e666805efc6452b
ARM: S3C24XX: fix building without PM_SLEEP

We get lots of link errors based on the assumption that
any s3c24xx kernel would enable CONFIG_PM_SLEEP if it
enables CONFIG_PM. This tries to clean that up.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/pm-s3c2416.c
arch/arm/mach-s3c24xx/pm.c
arch/arm/mach-s3c24xx/s3c2410.c
arch/arm/mach-s3c24xx/s3c2412.c
arch/arm/mach-s3c24xx/s3c2416.c
arch/arm/mach-s3c24xx/s3c2440.c
arch/arm/mach-s3c24xx/s3c2442.c
arch/arm/mach-s3c24xx/s3c244x.c
arch/arm/plat-samsung/include/plat/pm.h