diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-29 10:02:14 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 01:03:43 +0100 |
commit | 806c17b5497f62faa65a1fdd235b7fa2df17d704 (patch) | |
tree | 6e0fcdeddc1709db7ca89266a3b95e44ab56c281 /arch/arm/plat-s3c/Makefile | |
parent | ARM: SAMSUNG: Move map-base to plat-samsung (diff) | |
download | linux-806c17b5497f62faa65a1fdd235b7fa2df17d704.tar.xz linux-806c17b5497f62faa65a1fdd235b7fa2df17d704.zip |
ARM: SAMSUNG: Move pm.c to plat-samsung
Move pm.c to plat-samsung, it should be usable by all Samsung systems
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 89dbdb0adebf..197b9bd139ac 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -17,7 +17,3 @@ obj-y += time.o # DMA support obj-$(CONFIG_S3C_DMA) += dma.o - -# PM support - -obj-$(CONFIG_PM) += pm.o |