diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-29 09:02:14 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 00:03:43 +0000 |
commit | 806c17b5497f62faa65a1fdd235b7fa2df17d704 (patch) | |
tree | 6e0fcdeddc1709db7ca89266a3b95e44ab56c281 /arch/arm/plat-s3c/Makefile | |
parent | 7086a9df056602c8e0d9ae8fe17b028832d05f3d (diff) | |
download | op-kernel-dev-806c17b5497f62faa65a1fdd235b7fa2df17d704.zip op-kernel-dev-806c17b5497f62faa65a1fdd235b7fa2df17d704.tar.gz |
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 89dbdb0..197b9bd 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 |