diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-05-24 23:06:52 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-27 01:29:33 +0200 |
commit | 06caa7ad8341db2f03165fa763559475cc404584 (patch) | |
tree | c0ae571b12d30e66a9792d4914ff9ec86943e419 /arch/arm/mach-u300/Makefile | |
parent | langwell_gpio: add runtime pm support (diff) | |
download | linux-06caa7ad8341db2f03165fa763559475cc404584.tar.xz linux-06caa7ad8341db2f03165fa763559475cc404584.zip |
gpio: move U300 GPIO driver to drivers/gpio
This moves the U300 GPIO driver out of arch/arm/mach-u300 and into
the desired location indicated by the subsystem maintainer.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/mach-u300/Makefile')
-rw-r--r-- | arch/arm/mach-u300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/Makefile b/arch/arm/mach-u300/Makefile index fab46fe9a71f..8fd354aaf0a7 100644 --- a/arch/arm/mach-u300/Makefile +++ b/arch/arm/mach-u300/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel, U300 machine. # -obj-y := core.o clock.o timer.o gpio.o padmux.o +obj-y := core.o clock.o timer.o padmux.o obj-m := obj-n := obj- := |