diff options
author | Andrew F. Davis <afd@ti.com> | 2016-01-25 09:43:44 -0600 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-11 16:30:31 +0000 |
commit | 65b6555971d0498b18a0b2fdc6dd7c822f2d69b7 (patch) | |
tree | a48bd0c376743b1ab15152437eb7acd6f8a9ea6e /drivers/mfd/Makefile | |
parent | c5cdf1d2b2d5e67c5f659640b7b395b47b7ed232 (diff) | |
download | linux-65b6555971d0498b18a0b2fdc6dd7c822f2d69b7.tar.gz linux-65b6555971d0498b18a0b2fdc6dd7c822f2d69b7.tar.bz2 linux-65b6555971d0498b18a0b2fdc6dd7c822f2d69b7.zip |
mfd: tps65912: Remove old driver in preparation for new driver
The old tps65912 driver is being replaced, delete old driver.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 0f230a6103f8..e33e0b48f591 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -73,10 +73,6 @@ obj-$(CONFIG_TPS6507X) += tps6507x.o obj-$(CONFIG_MFD_TPS65217) += tps65217.o obj-$(CONFIG_MFD_TPS65218) += tps65218.o obj-$(CONFIG_MFD_TPS65910) += tps65910.o -tps65912-objs := tps65912-core.o tps65912-irq.o -obj-$(CONFIG_MFD_TPS65912) += tps65912.o -obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o -obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o obj-$(CONFIG_MFD_TPS80031) += tps80031.o obj-$(CONFIG_MENELAUS) += menelaus.o |