diff options
Diffstat (limited to 'drivers/media/video/adv7175.c')
-rw-r--r-- | drivers/media/video/adv7175.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/adv7175.c b/drivers/media/video/adv7175.c index f898b6586374..173bca1e0295 100644 --- a/drivers/media/video/adv7175.c +++ b/drivers/media/video/adv7175.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <asm/pgtable.h> | 39 | #include <asm/pgtable.h> |
40 | #include <asm/page.h> | 40 | #include <asm/page.h> |
41 | #include <linux/sched.h> | 41 | #include <linux/sched.h> |
42 | #include <asm/segment.h> | ||
43 | #include <linux/types.h> | 42 | #include <linux/types.h> |
44 | 43 | ||
45 | #include <linux/videodev.h> | 44 | #include <linux/videodev.h> |
@@ -441,7 +440,6 @@ static struct i2c_client_address_data addr_data = { | |||
441 | .normal_i2c = normal_i2c, | 440 | .normal_i2c = normal_i2c, |
442 | .probe = &ignore, | 441 | .probe = &ignore, |
443 | .ignore = &ignore, | 442 | .ignore = &ignore, |
444 | .force = &ignore, | ||
445 | }; | 443 | }; |
446 | 444 | ||
447 | static struct i2c_driver i2c_driver_adv7175; | 445 | static struct i2c_driver i2c_driver_adv7175; |