aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Makefile
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-01-27 18:14:46 +0100
committerJean Delvare <khali@hyperion.delvare>2008-01-27 18:14:46 +0100
commit7e8b99251be8b6f992baa88e3a6ba3c4ae01660b (patch)
tree9fec76cac149d4239ded7d2d4f020f0ec41e8ff8 /drivers/i2c/busses/Makefile
parent5a4a2387717ec57ec2a9154beb281e09c19fc26e (diff)
downloadkernel_samsung_smdk4412-7e8b99251be8b6f992baa88e3a6ba3c4ae01660b.zip
kernel_samsung_smdk4412-7e8b99251be8b6f992baa88e3a6ba3c4ae01660b.tar.gz
kernel_samsung_smdk4412-7e8b99251be8b6f992baa88e3a6ba3c4ae01660b.tar.bz2
i2c: some overdue driver removal
This patch contains the overdue removal of three I2C drivers. [JD: In fact only i2c-ixp4xx can be removed at the moment, the other two platforms don't implement the generic GPIO layer yet.] Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Makefile')
-rw-r--r--drivers/i2c/busses/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile
index 81d43c2..ea7068f 100644
--- a/drivers/i2c/busses/Makefile
+++ b/drivers/i2c/busses/Makefile
@@ -20,7 +20,6 @@ obj-$(CONFIG_I2C_I810) += i2c-i810.o
obj-$(CONFIG_I2C_IBM_IIC) += i2c-ibm_iic.o
obj-$(CONFIG_I2C_IOP3XX) += i2c-iop3xx.o
obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o
-obj-$(CONFIG_I2C_IXP4XX) += i2c-ixp4xx.o
obj-$(CONFIG_I2C_POWERMAC) += i2c-powermac.o
obj-$(CONFIG_I2C_MPC) += i2c-mpc.o
obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o