diff options
Diffstat (limited to 'drivers/media/video/adv7170.c')
-rw-r--r-- | drivers/media/video/adv7170.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/adv7170.c b/drivers/media/video/adv7170.c index 80254caa444c..e9bf3394296a 100644 --- a/drivers/media/video/adv7170.c +++ b/drivers/media/video/adv7170.c | |||
@@ -384,21 +384,15 @@ static unsigned short normal_i2c[] = | |||
384 | I2C_ADV7171 >> 1, (I2C_ADV7171 >> 1) + 1, | 384 | I2C_ADV7171 >> 1, (I2C_ADV7171 >> 1) + 1, |
385 | I2C_CLIENT_END | 385 | I2C_CLIENT_END |
386 | }; | 386 | }; |
387 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
388 | 387 | ||
389 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 388 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
390 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
391 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 389 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
392 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
393 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 390 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
394 | 391 | ||
395 | static struct i2c_client_address_data addr_data = { | 392 | static struct i2c_client_address_data addr_data = { |
396 | .normal_i2c = normal_i2c, | 393 | .normal_i2c = normal_i2c, |
397 | .normal_i2c_range = normal_i2c_range, | ||
398 | .probe = probe, | 394 | .probe = probe, |
399 | .probe_range = probe_range, | ||
400 | .ignore = ignore, | 395 | .ignore = ignore, |
401 | .ignore_range = ignore_range, | ||
402 | .force = force | 396 | .force = force |
403 | }; | 397 | }; |
404 | 398 | ||