diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:28:34 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-01-28 09:46:01 +0100 |
commit | 73cc584cfced260133cfc635f9921d66da676749 (patch) | |
tree | 5b9cd4d2cece2a8350254e29f055b9ffaba450f6 /drivers/i2c/busses/Makefile | |
parent | 3567932c56e8b7785a41d58dd3eaeb0ab86aeb76 (diff) |
i2c: remove zte zx bus driver
The zte zx platform is getting removed, so this driver is no
longer needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index 572d5fcc6016..615f35e3e31f 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -119,7 +119,6 @@ obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o obj-$(CONFIG_I2C_XLR) += i2c-xlr.o obj-$(CONFIG_I2C_XLP9XX) += i2c-xlp9xx.o obj-$(CONFIG_I2C_RCAR) += i2c-rcar.o -obj-$(CONFIG_I2C_ZX2967) += i2c-zx2967.o # External I2C/SMBus adapter drivers obj-$(CONFIG_I2C_DIOLAN_U2C) += i2c-diolan-u2c.o |