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

Commit 67866fb3 authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: SAMSUNG: Move pm-gpio into plat-samsung



Move the pm-gpio code into plat-samsung.

Note, this should be changed later to properly compile the 4bit code if
the 4bit settings are enabled.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 42d828d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ obj-$(CONFIG_S3C_DMA) += dma.o
# PM support

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

# PWM support
+4 −0
Original line number Diff line number Diff line
@@ -37,3 +37,7 @@ obj-y += dev-uart.o
obj-$(CONFIG_S3C_DEV_USB_HOST)	+= dev-usb.o
obj-$(CONFIG_S3C_DEV_USB_HSOTG)	+= dev-usb-hsotg.o
obj-$(CONFIG_S3C_DEV_NAND)	+= dev-nand.o

# PM support

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