diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c index 32129f3ea836..af154238fb9a 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.c +++ b/drivers/media/video/ivtv/ivtv-i2c.c | |||
@@ -75,10 +75,6 @@ | |||
75 | #define IVTV_REG_I2C_GETSCL_OFFSET 0x7008 | 75 | #define IVTV_REG_I2C_GETSCL_OFFSET 0x7008 |
76 | #define IVTV_REG_I2C_GETSDA_OFFSET 0x700c | 76 | #define IVTV_REG_I2C_GETSDA_OFFSET 0x700c |
77 | 77 | ||
78 | #ifndef I2C_ADAP_CLASS_TV_ANALOG | ||
79 | #define I2C_ADAP_CLASS_TV_ANALOG I2C_CLASS_TV_ANALOG | ||
80 | #endif /* I2C_ADAP_CLASS_TV_ANALOG */ | ||
81 | |||
82 | #define IVTV_CS53L32A_I2C_ADDR 0x11 | 78 | #define IVTV_CS53L32A_I2C_ADDR 0x11 |
83 | #define IVTV_M52790_I2C_ADDR 0x48 | 79 | #define IVTV_M52790_I2C_ADDR 0x48 |
84 | #define IVTV_CX25840_I2C_ADDR 0x44 | 80 | #define IVTV_CX25840_I2C_ADDR 0x44 |
@@ -139,7 +135,7 @@ static const u8 hw_addrs[] = { | |||
139 | static const char * const hw_devicenames[] = { | 135 | static const char * const hw_devicenames[] = { |
140 | "cx25840", | 136 | "cx25840", |
141 | "saa7115", | 137 | "saa7115", |
142 | "saa7127", | 138 | "saa7127_auto", /* saa7127 or saa7129 */ |
143 | "msp3400", | 139 | "msp3400", |
144 | "tuner", | 140 | "tuner", |
145 | "wm8775", | 141 | "wm8775", |