Browse Source

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: Ben Dooks <ben-linux@fluff.org>
Ben Dooks 15 years ago
parent
commit
67866fb386
3 changed files with 4 additions and 1 deletions
  1. 0 1
      arch/arm/plat-s3c/Makefile
  2. 4 0
      arch/arm/plat-samsung/Makefile
  3. 0 0
      arch/arm/plat-samsung/pm-gpio.c

+ 0 - 1
arch/arm/plat-s3c/Makefile

@@ -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
arch/arm/plat-samsung/Makefile

@@ -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

+ 0 - 0
arch/arm/plat-s3c/pm-gpio.c → arch/arm/plat-samsung/pm-gpio.c