diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-09-19 00:45:48 +0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-19 00:45:48 +0400 |
commit | 8f67eeb0b44cde19216955975ffef8513a87c0c0 (patch) | |
tree | c848851a7494b72038f24beca93362755567e8cc /drivers/i2c/chips/Makefile | |
parent | 4ba2ccb83e03077bb94f8848ee573f1e27cea969 (diff) | |
download | linux-8f67eeb0b44cde19216955975ffef8513a87c0c0.tar.xz |
i2c/chips: Remove deprecated pcf8575 driver
The pcf8575 driver in drivers/i2c/chips which just exports its register to
sysfs is superseded by drivers/gpio/pcf857x.c which properly uses the gpiolib.
As this driver has been deprecated for more than a year, finally remove it.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Bart Van Assche <bart.vanassche@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/chips/Makefile')
-rw-r--r-- | drivers/i2c/chips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index f4680d16ee34..fceb377f5280 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile @@ -13,7 +13,6 @@ obj-$(CONFIG_DS1682) += ds1682.o obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o -obj-$(CONFIG_PCF8575) += pcf8575.o obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o ifeq ($(CONFIG_I2C_DEBUG_CHIP),y) |