diff options
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r-- | drivers/media/video/saa7115.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 435c083cc542..bcd1c8f6cf6b 100644 --- a/drivers/media/video/saa7115.c +++ b/drivers/media/video/saa7115.c | |||
@@ -67,7 +67,6 @@ static unsigned short normal_i2c[] = { | |||
67 | 0x42 >> 1, 0x40 >> 1, /* SAA7114, SAA7115 and SAA7118 */ | 67 | 0x42 >> 1, 0x40 >> 1, /* SAA7114, SAA7115 and SAA7118 */ |
68 | I2C_CLIENT_END }; | 68 | I2C_CLIENT_END }; |
69 | 69 | ||
70 | |||
71 | I2C_CLIENT_INSMOD; | 70 | I2C_CLIENT_INSMOD; |
72 | 71 | ||
73 | struct saa711x_state { | 72 | struct saa711x_state { |
@@ -1558,7 +1557,7 @@ static int saa7115_remove(struct i2c_client *client) | |||
1558 | } | 1557 | } |
1559 | 1558 | ||
1560 | static const struct i2c_device_id saa7115_id[] = { | 1559 | static const struct i2c_device_id saa7115_id[] = { |
1561 | { "saa711x", 1 }, /* autodetect */ | 1560 | { "saa7115_auto", 1 }, /* autodetect */ |
1562 | { "saa7111", 0 }, | 1561 | { "saa7111", 0 }, |
1563 | { "saa7113", 0 }, | 1562 | { "saa7113", 0 }, |
1564 | { "saa7114", 0 }, | 1563 | { "saa7114", 0 }, |
@@ -1577,4 +1576,3 @@ static struct v4l2_i2c_driver_data v4l2_i2c_data = { | |||
1577 | .legacy_class = I2C_CLASS_TV_ANALOG | I2C_CLASS_TV_DIGITAL, | 1576 | .legacy_class = I2C_CLASS_TV_ANALOG | I2C_CLASS_TV_DIGITAL, |
1578 | .id_table = saa7115_id, | 1577 | .id_table = saa7115_id, |
1579 | }; | 1578 | }; |
1580 | |||