diff options
Diffstat (limited to 'include')
-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 db23a8f0c26b..dfa24df960df 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -74,6 +74,8 @@ struct soc_camera_host_ops { | |||
74 | struct module *owner; | 74 | struct module *owner; |
75 | int (*add)(struct soc_camera_device *); | 75 | int (*add)(struct soc_camera_device *); |
76 | void (*remove)(struct soc_camera_device *); | 76 | void (*remove)(struct soc_camera_device *); |
77 | int (*clock_start)(struct soc_camera_host *); | ||
78 | void (*clock_stop)(struct soc_camera_host *); | ||
77 | /* | 79 | /* |
78 | * .get_formats() is called for each client device format, but | 80 | * .get_formats() is called for each client device format, but |
79 | * .put_formats() is only called once. Further, if any of the calls to | 81 | * .put_formats() is only called once. Further, if any of the calls to |