aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
Diffstat (limited to 'include/media')
-rw-r--r--include/media/soc_camera.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h
index c5de7bb19fda..9231e2d908f2 100644
--- a/include/media/soc_camera.h
+++ b/include/media/soc_camera.h
@@ -56,7 +56,7 @@ struct soc_camera_host {
56 struct device dev; 56 struct device dev;
57 unsigned char nr; /* Host number */ 57 unsigned char nr; /* Host number */
58 void *priv; 58 void *priv;
59 char *drv_name; 59 const char *drv_name;
60 struct soc_camera_host_ops *ops; 60 struct soc_camera_host_ops *ops;
61}; 61};
62 62
@@ -107,7 +107,7 @@ extern int soc_camera_video_start(struct soc_camera_device *icd);
107extern void soc_camera_video_stop(struct soc_camera_device *icd); 107extern void soc_camera_video_stop(struct soc_camera_device *icd);
108 108
109struct soc_camera_data_format { 109struct soc_camera_data_format {
110 char *name; 110 const char *name;
111 unsigned int depth; 111 unsigned int depth;
112 __u32 fourcc; 112 __u32 fourcc;
113 enum v4l2_colorspace colorspace; 113 enum v4l2_colorspace colorspace;