diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-05-27 01:30:03 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-27 01:30:03 +0200 |
commit | 37d72457644a1ded37d57dd9ae664e4e228a034d (patch) | |
tree | a3fc8147452e79ae45b4b912ba5ab16161a0e2fa /arch/arm/plat-nomadik/Makefile | |
parent | gpio: move U300 GPIO driver to drivers/gpio (diff) | |
download | linux-37d72457644a1ded37d57dd9ae664e4e228a034d.tar.xz linux-37d72457644a1ded37d57dd9ae664e4e228a034d.zip |
gpio: move Nomadik GPIO driver to drivers/gpio
This moves the Nomadik GPIO driver out of arch/arm/plat-nomadik
and into the desired location indicated by the subsystem
maintainer.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[grant.likely: squashed with kconfig fixup]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/plat-nomadik/Makefile')
-rw-r--r-- | arch/arm/plat-nomadik/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-nomadik/Makefile b/arch/arm/plat-nomadik/Makefile index c33547361bd7..37c7cdd0f8f0 100644 --- a/arch/arm/plat-nomadik/Makefile +++ b/arch/arm/plat-nomadik/Makefile @@ -3,4 +3,3 @@ # Licensed under GPLv2 obj-$(CONFIG_HAS_MTU) += timer.o -obj-$(CONFIG_NOMADIK_GPIO) += gpio.o |