diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2011-05-23 17:27:45 +0900 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-26 17:32:50 -0600 |
commit | ab48f16137eb5a6fabcff4cc817319394fc0de7e (patch) | |
tree | 47e63dd380ddaec18872a7e50b8563309a068717 /arch/arm/mach-exynos4/Makefile | |
parent | fed6a0224714bd414bff91833e0bd5775a3e9c66 (diff) | |
download | kernel_samsung_tuna-ab48f16137eb5a6fabcff4cc817319394fc0de7e.zip kernel_samsung_tuna-ab48f16137eb5a6fabcff4cc817319394fc0de7e.tar.gz kernel_samsung_tuna-ab48f16137eb5a6fabcff4cc817319394fc0de7e.tar.bz2 |
gpio: Move the exynos4 GPIO to drivers/gpio
Move the Samsung Exynos4 series SoCs GPIO driver 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/mach-exynos4/Makefile')
-rw-r--r-- | arch/arm/mach-exynos4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile index 7778975..97837e7 100644 --- a/arch/arm/mach-exynos4/Makefile +++ b/arch/arm/mach-exynos4/Makefile @@ -13,7 +13,7 @@ obj- := # Core support for EXYNOS4 system obj-$(CONFIG_CPU_EXYNOS4210) += cpu.o init.o clock.o irq-combiner.o -obj-$(CONFIG_CPU_EXYNOS4210) += setup-i2c0.o gpiolib.o irq-eint.o dma.o +obj-$(CONFIG_CPU_EXYNOS4210) += setup-i2c0.o irq-eint.o dma.o obj-$(CONFIG_PM) += pm.o sleep.o obj-$(CONFIG_CPU_FREQ) += cpufreq.o |