aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-01-27 12:14:46 -0500
committerJean Delvare <khali@hyperion.delvare>2008-01-27 12:14:46 -0500
commit7e8b99251be8b6f992baa88e3a6ba3c4ae01660b (patch)
tree9fec76cac149d4239ded7d2d4f020f0ec41e8ff8 /include
parent5a4a2387717ec57ec2a9154beb281e09c19fc26e (diff)
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 'include')
-rw-r--r--include/asm-arm/arch-ixp4xx/platform.h11
-rw-r--r--include/linux/i2c-id.h1
2 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-arm/arch-ixp4xx/platform.h b/include/asm-arm/arch-ixp4xx/platform.h
index 2a44d3d67980..2ce28e3fd325 100644
--- a/include/asm-arm/arch-ixp4xx/platform.h
+++ b/include/asm-arm/arch-ixp4xx/platform.h
@@ -76,17 +76,6 @@ extern unsigned long ixp4xx_exp_bus_size;
76#define IXP4XX_UART_XTAL 14745600 76#define IXP4XX_UART_XTAL 14745600
77 77
78/* 78/*
79 * The IXP4xx chips do not have an I2C unit, so GPIO lines are just
80 * used to
81 * Used as platform_data to provide GPIO pin information to the ixp42x
82 * I2C driver.
83 */
84struct ixp4xx_i2c_pins {
85 unsigned long sda_pin;
86 unsigned long scl_pin;
87};
88
89/*
90 * This structure provide a means for the board setup code 79 * This structure provide a means for the board setup code
91 * to give information to th pata_ixp4xx driver. It is 80 * to give information to th pata_ixp4xx driver. It is
92 * passed as platform_data. 81 * passed as platform_data.
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index 10c8edd7795c..6bab140a4505 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -191,7 +191,6 @@
191#define I2C_HW_B_OMAHA 0x010014 /* Omaha I2C interface (ARM) */ 191#define I2C_HW_B_OMAHA 0x010014 /* Omaha I2C interface (ARM) */
192#define I2C_HW_B_GUIDE 0x010015 /* Guide bit-basher */ 192#define I2C_HW_B_GUIDE 0x010015 /* Guide bit-basher */
193#define I2C_HW_B_IXP2000 0x010016 /* GPIO on IXP2000 systems */ 193#define I2C_HW_B_IXP2000 0x010016 /* GPIO on IXP2000 systems */
194#define I2C_HW_B_IXP4XX 0x010017 /* GPIO on IXP4XX systems */
195#define I2C_HW_B_S3VIA 0x010018 /* S3Via ProSavage adapter */ 194#define I2C_HW_B_S3VIA 0x010018 /* S3Via ProSavage adapter */
196#define I2C_HW_B_ZR36067 0x010019 /* Zoran-36057/36067 based boards */ 195#define I2C_HW_B_ZR36067 0x010019 /* Zoran-36057/36067 based boards */
197#define I2C_HW_B_PCILYNX 0x01001a /* TI PCILynx I2C adapter */ 196#define I2C_HW_B_PCILYNX 0x01001a /* TI PCILynx I2C adapter */