diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-26 13:43:31 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-05 10:44:44 +0800 |
commit | de15011ac4e03a81e1483ddb7e876e6b64531887 (patch) | |
tree | a7375e7cf225bee2835c477edc767ec3957d25f4 /drivers/gpio/Makefile | |
parent | 7779b34556978f6771a78bd87557523623e0405b (diff) | |
download | linux-stable-de15011ac4e03a81e1483ddb7e876e6b64531887.tar.gz linux-stable-de15011ac4e03a81e1483ddb7e876e6b64531887.tar.bz2 linux-stable-de15011ac4e03a81e1483ddb7e876e6b64531887.zip |
gpio: remove obsolete tnetv107x driver
The tnetv107x platform is getting removed, so this driver won't
be needed any more.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-gpio@vger.kernel.org
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 7038470c7eaf..aaff7ff9a8f7 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -81,7 +81,6 @@ obj-$(CONFIG_GPIO_TB10X) += gpio-tb10x.o obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o -obj-$(CONFIG_ARCH_DAVINCI_TNETV107X) += gpio-tnetv107x.o obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o |