diff options
Diffstat (limited to 'drivers/media/video/cx25840')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.c | 2 | ||||
-rw-r--r-- | drivers/media/video/cx25840/cx25840.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index 29b378b6097d..d45237d508c4 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c | |||
@@ -939,9 +939,7 @@ static struct i2c_driver i2c_driver_cx25840 = { | |||
939 | .driver = { | 939 | .driver = { |
940 | .name = "cx25840", | 940 | .name = "cx25840", |
941 | }, | 941 | }, |
942 | |||
943 | .id = I2C_DRIVERID_CX25840, | 942 | .id = I2C_DRIVERID_CX25840, |
944 | |||
945 | .attach_adapter = cx25840_attach_adapter, | 943 | .attach_adapter = cx25840_attach_adapter, |
946 | .detach_client = cx25840_detach_client, | 944 | .detach_client = cx25840_detach_client, |
947 | .command = cx25840_command, | 945 | .command = cx25840_command, |
diff --git a/drivers/media/video/cx25840/cx25840.h b/drivers/media/video/cx25840/cx25840.h index 4260c3faa37a..fd22f30dcc1b 100644 --- a/drivers/media/video/cx25840/cx25840.h +++ b/drivers/media/video/cx25840/cx25840.h | |||
@@ -20,6 +20,7 @@ | |||
20 | #ifndef _CX25840_H_ | 20 | #ifndef _CX25840_H_ |
21 | #define _CX25840_H_ | 21 | #define _CX25840_H_ |
22 | 22 | ||
23 | |||
23 | #include <linux/videodev2.h> | 24 | #include <linux/videodev2.h> |
24 | #include <linux/i2c.h> | 25 | #include <linux/i2c.h> |
25 | 26 | ||