diff options
Diffstat (limited to 'drivers/media/video/saa7185.c')
-rw-r--r-- | drivers/media/video/saa7185.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/saa7185.c b/drivers/media/video/saa7185.c index 5f0b224c3cb6..5c623fadc8fe 100644 --- a/drivers/media/video/saa7185.c +++ b/drivers/media/video/saa7185.c | |||
@@ -380,21 +380,15 @@ saa7185_command (struct i2c_client *client, | |||
380 | * concerning the addresses: i2c wants 7 bit (without the r/w bit), so '>>1' | 380 | * concerning the addresses: i2c wants 7 bit (without the r/w bit), so '>>1' |
381 | */ | 381 | */ |
382 | static unsigned short normal_i2c[] = { I2C_SAA7185 >> 1, I2C_CLIENT_END }; | 382 | static unsigned short normal_i2c[] = { I2C_SAA7185 >> 1, I2C_CLIENT_END }; |
383 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
384 | 383 | ||
385 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 384 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
386 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
387 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 385 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
388 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
389 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 386 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
390 | 387 | ||
391 | static struct i2c_client_address_data addr_data = { | 388 | static struct i2c_client_address_data addr_data = { |
392 | .normal_i2c = normal_i2c, | 389 | .normal_i2c = normal_i2c, |
393 | .normal_i2c_range = normal_i2c_range, | ||
394 | .probe = probe, | 390 | .probe = probe, |
395 | .probe_range = probe_range, | ||
396 | .ignore = ignore, | 391 | .ignore = ignore, |
397 | .ignore_range = ignore_range, | ||
398 | .force = force | 392 | .force = force |
399 | }; | 393 | }; |
400 | 394 | ||