Skip to content

Commit

Permalink
ARM: SAMSUNG: Move pm.c to plat-samsung
Browse files Browse the repository at this point in the history
Move pm.c to plat-samsung, it should be usable by all Samsung systems

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Feb 23, 2010
1 parent 7086a9d commit 806c17b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ obj-y += time.o
# DMA support

obj-$(CONFIG_S3C_DMA) += dma.o

# PM support

obj-$(CONFIG_PM) += pm.o
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o

# PM support

obj-$(CONFIG_PM) += pm.o
obj-$(CONFIG_PM) += pm-gpio.o
obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o

Expand Down
File renamed without changes.

0 comments on commit 806c17b

Please sign in to comment.