diff options
Diffstat (limited to 'drivers/media/video/vpx3220.c')
-rw-r--r-- | drivers/media/video/vpx3220.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/vpx3220.c b/drivers/media/video/vpx3220.c index 0fd6c9a70917..b97036910fa9 100644 --- a/drivers/media/video/vpx3220.c +++ b/drivers/media/video/vpx3220.c | |||
@@ -569,21 +569,15 @@ static unsigned short normal_i2c[] = | |||
569 | { I2C_VPX3220 >> 1, (I2C_VPX3220 >> 1) + 4, | 569 | { I2C_VPX3220 >> 1, (I2C_VPX3220 >> 1) + 4, |
570 | I2C_CLIENT_END | 570 | I2C_CLIENT_END |
571 | }; | 571 | }; |
572 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
573 | 572 | ||
574 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 573 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
575 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
576 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 574 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
577 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
578 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 575 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
579 | 576 | ||
580 | static struct i2c_client_address_data addr_data = { | 577 | static struct i2c_client_address_data addr_data = { |
581 | .normal_i2c = normal_i2c, | 578 | .normal_i2c = normal_i2c, |
582 | .normal_i2c_range = normal_i2c_range, | ||
583 | .probe = probe, | 579 | .probe = probe, |
584 | .probe_range = probe_range, | ||
585 | .ignore = ignore, | 580 | .ignore = ignore, |
586 | .ignore_range = ignore_range, | ||
587 | .force = force | 581 | .force = force |
588 | }; | 582 | }; |
589 | 583 | ||