diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/omap3isp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/omap3isp.h b/include/media/omap3isp.h index 39e0748b0d31..0f0c08b48829 100644 --- a/include/media/omap3isp.h +++ b/include/media/omap3isp.h | |||
@@ -129,11 +129,9 @@ struct isp_ccp2_cfg { | |||
129 | /** | 129 | /** |
130 | * struct isp_csi2_cfg - CSI2 interface configuration | 130 | * struct isp_csi2_cfg - CSI2 interface configuration |
131 | * @crc: Enable the cyclic redundancy check | 131 | * @crc: Enable the cyclic redundancy check |
132 | * @vpclk_div: Video port output clock control | ||
133 | */ | 132 | */ |
134 | struct isp_csi2_cfg { | 133 | struct isp_csi2_cfg { |
135 | unsigned crc:1; | 134 | unsigned crc:1; |
136 | unsigned vpclk_div:2; | ||
137 | struct isp_csiphy_lanes_cfg lanecfg; | 135 | struct isp_csiphy_lanes_cfg lanecfg; |
138 | }; | 136 | }; |
139 | 137 | ||