diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 17:46:54 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:53 +0200 |
commit | 9a95e8d25a140ba95654b34b44f531d0c485c7a7 (patch) | |
tree | a106ff15a9bad40cea35e3ef47a670a7bb512950 /drivers/gpio/Makefile | |
parent | 9a1651dcc123e8650d8da0b31fd6dc94940a935d (diff) | |
download | talos-obmc-linux-9a95e8d25a140ba95654b34b44f531d0c485c7a7.tar.gz talos-obmc-linux-9a95e8d25a140ba95654b34b44f531d0c485c7a7.zip |
gpio: remove etraxfs driver
The cris architecture is getting removed, so we no longer need the
etraxfs driver.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 cccb0d40846c..db8c9d4ea2ef 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -46,7 +46,6 @@ obj-$(CONFIG_GPIO_DLN2) += gpio-dln2.o obj-$(CONFIG_GPIO_DWAPB) += gpio-dwapb.o obj-$(CONFIG_GPIO_EM) += gpio-em.o obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o -obj-$(CONFIG_GPIO_ETRAXFS) += gpio-etraxfs.o obj-$(CONFIG_GPIO_EXAR) += gpio-exar.o obj-$(CONFIG_GPIO_F7188X) += gpio-f7188x.o obj-$(CONFIG_GPIO_FTGPIO010) += gpio-ftgpio010.o |