diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-05-24 17:06:52 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-26 19:29:33 -0400 |
commit | 06caa7ad8341db2f03165fa763559475cc404584 (patch) | |
tree | c0ae571b12d30e66a9792d4914ff9ec86943e419 /drivers/gpio/Makefile | |
parent | 7812803a3119f7cf375bd04bc019ce2395a7c2fc (diff) |
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 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index d92ce3a62ae5..27a22086739b 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o | |||
34 | obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o | 34 | obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o |
35 | obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o | 35 | obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o |
36 | obj-$(CONFIG_GPIO_SCH) += sch_gpio.o | 36 | obj-$(CONFIG_GPIO_SCH) += sch_gpio.o |
37 | obj-$(CONFIG_MACH_U300) += gpio-u300.o | ||
37 | obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o | 38 | obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o |
38 | obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o | 39 | obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o |
39 | obj-$(CONFIG_GPIO_SX150X) += sx150x.o | 40 | obj-$(CONFIG_GPIO_SX150X) += sx150x.o |