diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/soc_camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 37013688af44..396c32550e04 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -107,6 +107,7 @@ struct soc_camera_link { | |||
107 | */ | 107 | */ |
108 | int (*set_bus_param)(struct soc_camera_link *, unsigned long flags); | 108 | int (*set_bus_param)(struct soc_camera_link *, unsigned long flags); |
109 | unsigned long (*query_bus_param)(struct soc_camera_link *); | 109 | unsigned long (*query_bus_param)(struct soc_camera_link *); |
110 | void (*free_bus)(struct soc_camera_link *); | ||
110 | }; | 111 | }; |
111 | 112 | ||
112 | static inline struct soc_camera_device *to_soc_camera_dev(struct device *dev) | 113 | static inline struct soc_camera_device *to_soc_camera_dev(struct device *dev) |