diff options
Diffstat (limited to 'drivers/media/video/saa7111.c')
-rw-r--r-- | drivers/media/video/saa7111.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/saa7111.c b/drivers/media/video/saa7111.c index 0a873112ae23..e305a89f7cd7 100644 --- a/drivers/media/video/saa7111.c +++ b/drivers/media/video/saa7111.c | |||
@@ -482,21 +482,15 @@ saa7111_command (struct i2c_client *client, | |||
482 | * concerning the addresses: i2c wants 7 bit (without the r/w bit), so '>>1' | 482 | * concerning the addresses: i2c wants 7 bit (without the r/w bit), so '>>1' |
483 | */ | 483 | */ |
484 | static unsigned short normal_i2c[] = { I2C_SAA7111 >> 1, I2C_CLIENT_END }; | 484 | static unsigned short normal_i2c[] = { I2C_SAA7111 >> 1, I2C_CLIENT_END }; |
485 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
486 | 485 | ||
487 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 486 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
488 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
489 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 487 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
490 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
491 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 488 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
492 | 489 | ||
493 | static struct i2c_client_address_data addr_data = { | 490 | static struct i2c_client_address_data addr_data = { |
494 | .normal_i2c = normal_i2c, | 491 | .normal_i2c = normal_i2c, |
495 | .normal_i2c_range = normal_i2c_range, | ||
496 | .probe = probe, | 492 | .probe = probe, |
497 | .probe_range = probe_range, | ||
498 | .ignore = ignore, | 493 | .ignore = ignore, |
499 | .ignore_range = ignore_range, | ||
500 | .force = force | 494 | .force = force |
501 | }; | 495 | }; |
502 | 496 | ||