]> git.baikalelectronics.ru Git - kernel.git/commit
ARM S3C24XX: Fix compilation of PM code for S3C2416
authorYauhen Kharuzhy <jekhor@gmail.com>
Fri, 17 Dec 2010 05:45:01 +0000 (14:45 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 17 Dec 2010 05:45:01 +0000 (14:45 +0900)
commit8ca9e4899d2c4737706ecc0fed8cef5b976e26e2
tree4c5af57ad46114bd43370821bef32879ebeade20
parent6a9bc6491a7736d0a4d037db9e9c4ee67ee4aa7c
ARM S3C24XX: Fix compilation of PM code for S3C2416

S3C2416 PM code uses low-level sleep routines from S3C2412 code,
but these routines are compiled only for S3C2412 SoC.

Split S3C2412_PM to two parts: S3C2412_PM, S3C2412_PM_SLEEP and
select last in S3C2416's Kconfig.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2412/Kconfig
arch/arm/mach-s3c2412/Makefile
arch/arm/mach-s3c2416/Kconfig