diff options
Diffstat (limited to 'drivers/media/video/gspca/sonixj.c')
-rw-r--r-- | drivers/media/video/gspca/sonixj.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index ee17b034bf6..370544361be 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c | |||
@@ -66,7 +66,11 @@ struct sd { | |||
66 | #define BRIDGE_SN9C110 2 | 66 | #define BRIDGE_SN9C110 2 |
67 | #define BRIDGE_SN9C120 3 | 67 | #define BRIDGE_SN9C120 3 |
68 | u8 sensor; /* Type of image sensor chip */ | 68 | u8 sensor; /* Type of image sensor chip */ |
69 | enum { | 69 | u8 i2c_addr; |
70 | |||
71 | u8 jpeg_hdr[JPEG_HDR_SZ]; | ||
72 | }; | ||
73 | enum sensors { | ||
70 | SENSOR_ADCM1700, | 74 | SENSOR_ADCM1700, |
71 | SENSOR_GC0307, | 75 | SENSOR_GC0307, |
72 | SENSOR_HV7131R, | 76 | SENSOR_HV7131R, |
@@ -81,10 +85,6 @@ enum { | |||
81 | SENSOR_PO2030N, | 85 | SENSOR_PO2030N, |
82 | SENSOR_SOI768, | 86 | SENSOR_SOI768, |
83 | SENSOR_SP80708, | 87 | SENSOR_SP80708, |
84 | } sensors; | ||
85 | u8 i2c_addr; | ||
86 | |||
87 | u8 jpeg_hdr[JPEG_HDR_SZ]; | ||
88 | }; | 88 | }; |
89 | 89 | ||
90 | /* V4L2 controls supported by the driver */ | 90 | /* V4L2 controls supported by the driver */ |