diff options
Diffstat (limited to 'drivers/media/video/saa7114.c')
-rw-r--r-- | drivers/media/video/saa7114.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/saa7114.c b/drivers/media/video/saa7114.c index e73023695e58..1ca4e70fed76 100644 --- a/drivers/media/video/saa7114.c +++ b/drivers/media/video/saa7114.c | |||
@@ -820,21 +820,15 @@ saa7114_command (struct i2c_client *client, | |||
820 | */ | 820 | */ |
821 | static unsigned short normal_i2c[] = | 821 | static unsigned short normal_i2c[] = |
822 | { I2C_SAA7114 >> 1, I2C_SAA7114A >> 1, I2C_CLIENT_END }; | 822 | { I2C_SAA7114 >> 1, I2C_SAA7114A >> 1, I2C_CLIENT_END }; |
823 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
824 | 823 | ||
825 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 824 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
826 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
827 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 825 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
828 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
829 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 826 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
830 | 827 | ||
831 | static struct i2c_client_address_data addr_data = { | 828 | static struct i2c_client_address_data addr_data = { |
832 | .normal_i2c = normal_i2c, | 829 | .normal_i2c = normal_i2c, |
833 | .normal_i2c_range = normal_i2c_range, | ||
834 | .probe = probe, | 830 | .probe = probe, |
835 | .probe_range = probe_range, | ||
836 | .ignore = ignore, | 831 | .ignore = ignore, |
837 | .ignore_range = ignore_range, | ||
838 | .force = force | 832 | .force = force |
839 | }; | 833 | }; |
840 | 834 | ||