diff options
Diffstat (limited to 'include/media/soc_camera.h')
-rw-r--r-- | include/media/soc_camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index cad374bdcf4b..a87062c393b5 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -98,7 +98,7 @@ struct soc_camera_host_ops { | |||
98 | int (*set_bus_param)(struct soc_camera_device *); | 98 | int (*set_bus_param)(struct soc_camera_device *); |
99 | int (*get_parm)(struct soc_camera_device *, struct v4l2_streamparm *); | 99 | int (*get_parm)(struct soc_camera_device *, struct v4l2_streamparm *); |
100 | int (*set_parm)(struct soc_camera_device *, struct v4l2_streamparm *); | 100 | int (*set_parm)(struct soc_camera_device *, struct v4l2_streamparm *); |
101 | int (*enum_fsizes)(struct soc_camera_device *, struct v4l2_frmsizeenum *); | 101 | int (*enum_framesizes)(struct soc_camera_device *, struct v4l2_frmsizeenum *); |
102 | unsigned int (*poll)(struct file *, poll_table *); | 102 | unsigned int (*poll)(struct file *, poll_table *); |
103 | }; | 103 | }; |
104 | 104 | ||