diff options
Diffstat (limited to 'drivers/media/video/bt856.c')
-rw-r--r-- | drivers/media/video/bt856.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/bt856.c b/drivers/media/video/bt856.c index a5d529ccf3ad..8eb871d0e85b 100644 --- a/drivers/media/video/bt856.c +++ b/drivers/media/video/bt856.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #include <asm/pgtable.h> | 43 | #include <asm/pgtable.h> |
44 | #include <asm/page.h> | 44 | #include <asm/page.h> |
45 | #include <linux/sched.h> | 45 | #include <linux/sched.h> |
46 | #include <asm/segment.h> | ||
47 | #include <linux/types.h> | 46 | #include <linux/types.h> |
48 | 47 | ||
49 | #include <linux/videodev.h> | 48 | #include <linux/videodev.h> |
@@ -295,7 +294,6 @@ static struct i2c_client_address_data addr_data = { | |||
295 | .normal_i2c = normal_i2c, | 294 | .normal_i2c = normal_i2c, |
296 | .probe = &ignore, | 295 | .probe = &ignore, |
297 | .ignore = &ignore, | 296 | .ignore = &ignore, |
298 | .force = &ignore, | ||
299 | }; | 297 | }; |
300 | 298 | ||
301 | static struct i2c_driver i2c_driver_bt856; | 299 | static struct i2c_driver i2c_driver_bt856; |