diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2011-05-23 10:27:38 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-27 01:31:22 +0200 |
commit | fed6a0224714bd414bff91833e0bd5775a3e9c66 (patch) | |
tree | 24019b4f2b596c802167cb4484186e20a545e206 /arch/arm/plat-samsung/Makefile | |
parent | gpio/nomadik: add function to read GPIO pull down status (diff) | |
download | linux-fed6a0224714bd414bff91833e0bd5775a3e9c66.tar.xz linux-fed6a0224714bd414bff91833e0bd5775a3e9c66.zip |
gpio: Move to Samsung common GPIO library to drivers/gpio
It's common gpiolib for recent Samsung SoCs. Move to drivers/gpio
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index e9de58a2e294..53eb15b0a07d 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -19,7 +19,6 @@ obj-y += gpio.o obj-y += gpio-config.o obj-y += dev-asocdma.o -obj-$(CONFIG_SAMSUNG_GPIOLIB_4BIT) += gpiolib.o obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o obj-$(CONFIG_SAMSUNG_IRQ_UART) += irq-uart.o |