diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-11-09 00:38:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:27 -0500 |
commit | e0ec29b7e5aa1f4f1ff73ebd3003336dbe83e174 (patch) | |
tree | de32e4c362a18c62b6a34b0ca690d15fd92dd071 /drivers/media/video/tveeprom.c | |
parent | 710a72589a6727973405fd3580d7c724ba709296 (diff) |
[PATCH] v4l: 885: second round of i2c ids redefinition cleanup
- Second round of i2c IDs redefinition cleanup.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tveeprom.c')
-rw-r--r-- | drivers/media/video/tveeprom.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/tveeprom.c b/drivers/media/video/tveeprom.c index d83a33618119..72e8741e8b59 100644 --- a/drivers/media/video/tveeprom.c +++ b/drivers/media/video/tveeprom.c | |||
@@ -658,10 +658,6 @@ EXPORT_SYMBOL(tveeprom_read); | |||
658 | /* run, just call the exported tveeprom_* directly, there is no point in */ | 658 | /* run, just call the exported tveeprom_* directly, there is no point in */ |
659 | /* using the indirect way via i2c_driver->command() */ | 659 | /* using the indirect way via i2c_driver->command() */ |
660 | 660 | ||
661 | #ifndef I2C_DRIVERID_TVEEPROM | ||
662 | # define I2C_DRIVERID_TVEEPROM I2C_DRIVERID_EXP2 | ||
663 | #endif | ||
664 | |||
665 | static unsigned short normal_i2c[] = { | 661 | static unsigned short normal_i2c[] = { |
666 | 0xa0 >> 1, | 662 | 0xa0 >> 1, |
667 | I2C_CLIENT_END, | 663 | I2C_CLIENT_END, |