diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2014-02-26 07:43:31 -0500 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-04 21:44:44 -0500 |
| commit | de15011ac4e03a81e1483ddb7e876e6b64531887 (patch) | |
| tree | a7375e7cf225bee2835c477edc767ec3957d25f4 /drivers/gpio/Makefile | |
| parent | 7779b34556978f6771a78bd87557523623e0405b (diff) | |
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 | |||
| 81 | obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o | 81 | obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o |
| 82 | obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o | 82 | obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o |
| 83 | obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o | 83 | obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o |
| 84 | obj-$(CONFIG_ARCH_DAVINCI_TNETV107X) += gpio-tnetv107x.o | ||
| 85 | obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o | 84 | obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o |
| 86 | obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o | 85 | obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o |
| 87 | obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o | 86 | obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o |
