aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/soc_camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h
index 6e96b2657b5c..f80b5372baf3 100644
--- a/include/media/soc_camera.h
+++ b/include/media/soc_camera.h
@@ -30,6 +30,8 @@ struct soc_camera_device {
30 struct device *pdev; /* Platform device */ 30 struct device *pdev; /* Platform device */
31 s32 user_width; 31 s32 user_width;
32 s32 user_height; 32 s32 user_height;
33 u32 bytesperline; /* for padding, zero if unused */
34 u32 sizeimage;
33 enum v4l2_colorspace colorspace; 35 enum v4l2_colorspace colorspace;
34 unsigned char iface; /* Host number */ 36 unsigned char iface; /* Host number */
35 unsigned char devnum; /* Device number per host */ 37 unsigned char devnum; /* Device number per host */