ARM: SAMSUNG: Move pm-check.c to plat-samsung
authorBen Dooks <ben-linux@fluff.org>
Wed, 20 Jan 2010 03:29:25 +0000 (12:29 +0900)
committerBen Dooks <ben-linux@fluff.org>
Thu, 21 Jan 2010 04:45:58 +0000 (13:45 +0900)
commit8005745d6eea79da8ee2e7fe978d14e412aa3353
tree12b3e6d2fcaa1f07f8b3d68a7ad53960d565146f
parent106cc6aa73f594015fc8b99f7c70d1b7cf23f19a
ARM: SAMSUNG: Move pm-check.c to plat-samsung

Move the pm-check.c file to plat-samsung for all Samsung SoC users, and
update Kconfig names to make them SAMSUNG_ instead of S3C2410_

Sed expresions used to make the change:

    s/S3C2410_PM_DEBUG/SAMSUNG_PM_DEBUG/g
    s/S3C2410_PM_CHECK/SAMSUNG_PM_CHECK/g

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/configs/mini2440_defconfig
arch/arm/configs/s3c2410_defconfig
arch/arm/plat-s3c/Kconfig
arch/arm/plat-s3c/Makefile
arch/arm/plat-s3c/include/plat/pm.h
arch/arm/plat-s3c/pm-check.c [deleted file]
arch/arm/plat-s3c/pm.c
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/pm-check.c [new file with mode: 0644]