Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -17,7 +17,3 @@ obj-y += time.o
# DMA support

obj-$(CONFIG_S3C_DMA)		+= dma.o

# PM support

obj-$(CONFIG_PM)		+= pm.o
+1 −0
Original line number Diff line number Diff line
@@ -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

+0 −0

File moved.