diff options
Diffstat (limited to 'drivers/media/video/bt819.c')
-rw-r--r-- | drivers/media/video/bt819.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/bt819.c b/drivers/media/video/bt819.c index cf0db2554a80..31d51851bb44 100644 --- a/drivers/media/video/bt819.c +++ b/drivers/media/video/bt819.c | |||
@@ -500,21 +500,15 @@ static unsigned short normal_i2c[] = { | |||
500 | I2C_BT819 >> 1, | 500 | I2C_BT819 >> 1, |
501 | I2C_CLIENT_END, | 501 | I2C_CLIENT_END, |
502 | }; | 502 | }; |
503 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
504 | 503 | ||
505 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 504 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
506 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
507 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 505 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
508 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
509 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 506 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
510 | 507 | ||
511 | static struct i2c_client_address_data addr_data = { | 508 | static struct i2c_client_address_data addr_data = { |
512 | .normal_i2c = normal_i2c, | 509 | .normal_i2c = normal_i2c, |
513 | .normal_i2c_range = normal_i2c_range, | ||
514 | .probe = probe, | 510 | .probe = probe, |
515 | .probe_range = probe_range, | ||
516 | .ignore = ignore, | 511 | .ignore = ignore, |
517 | .ignore_range = ignore_range, | ||
518 | .force = force | 512 | .force = force |
519 | }; | 513 | }; |
520 | 514 | ||