Commit 806c17b5 authored by Ben Dooks's avatar Ben Dooks

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: default avatarBen Dooks <ben-linux@fluff.org>
parent 7086a9df
......@@ -17,7 +17,3 @@ obj-y += time.o
# DMA support
obj-$(CONFIG_S3C_DMA) += dma.o
# PM support
obj-$(CONFIG_PM) += pm.o
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment