diff options
Diffstat (limited to 'drivers/media/video/bt856.c')
-rw-r--r-- | drivers/media/video/bt856.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/bt856.c b/drivers/media/video/bt856.c index 72c7eb0f8c24..59121a0ec816 100644 --- a/drivers/media/video/bt856.c +++ b/drivers/media/video/bt856.c | |||
@@ -288,21 +288,15 @@ bt856_command (struct i2c_client *client, | |||
288 | * concerning the addresses: i2c wants 7 bit (without the r/w bit), so '>>1' | 288 | * concerning the addresses: i2c wants 7 bit (without the r/w bit), so '>>1' |
289 | */ | 289 | */ |
290 | static unsigned short normal_i2c[] = { I2C_BT856 >> 1, I2C_CLIENT_END }; | 290 | static unsigned short normal_i2c[] = { I2C_BT856 >> 1, I2C_CLIENT_END }; |
291 | static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; | ||
292 | 291 | ||
293 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 292 | static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
294 | static unsigned short probe_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
295 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | 293 | static unsigned short ignore[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; |
296 | static unsigned short ignore_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; | ||
297 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; | 294 | static unsigned short force[2] = { I2C_CLIENT_END , I2C_CLIENT_END }; |
298 | 295 | ||
299 | static struct i2c_client_address_data addr_data = { | 296 | static struct i2c_client_address_data addr_data = { |
300 | .normal_i2c = normal_i2c, | 297 | .normal_i2c = normal_i2c, |
301 | .normal_i2c_range = normal_i2c_range, | ||
302 | .probe = probe, | 298 | .probe = probe, |
303 | .probe_range = probe_range, | ||
304 | .ignore = ignore, | 299 | .ignore = ignore, |
305 | .ignore_range = ignore_range, | ||
306 | .force = force | 300 | .force = force |
307 | }; | 301 | }; |
308 | 302 | ||