aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/media/soc_camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h
index b14f6ddc9e18..dddaf45c9583 100644
--- a/include/media/soc_camera.h
+++ b/include/media/soc_camera.h
@@ -42,6 +42,7 @@ struct soc_camera_device {
42 const struct soc_camera_data_format *formats; 42 const struct soc_camera_data_format *formats;
43 int num_formats; 43 int num_formats;
44 struct module *owner; 44 struct module *owner;
45 void *host_priv; /* per-device host private data */
45 /* soc_camera.c private count. Only accessed with video_lock held */ 46 /* soc_camera.c private count. Only accessed with video_lock held */
46 int use_count; 47 int use_count;
47}; 48};