diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/soc_camera.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 69aba7188e44..c886b1e64872 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -41,6 +41,8 @@ struct soc_camera_device { | |||
41 | int (*probe)(struct soc_camera_device *icd); | 41 | int (*probe)(struct soc_camera_device *icd); |
42 | void (*remove)(struct soc_camera_device *icd); | 42 | void (*remove)(struct soc_camera_device *icd); |
43 | struct module *owner; | 43 | struct module *owner; |
44 | /* soc_camera.c private count. Only accessed with video_lock held */ | ||
45 | int use_count; | ||
44 | }; | 46 | }; |
45 | 47 | ||
46 | struct soc_camera_file { | 48 | struct soc_camera_file { |