diff options
Diffstat (limited to 'include/media/v4l2-ctrls.h')
-rw-r--r-- | include/media/v4l2-ctrls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index dde6fbacc271..5edd64daa425 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/videodev2.h> | 25 | #include <linux/videodev2.h> |
26 | 26 | ||
27 | /* forward references */ | 27 | /* forward references */ |
28 | struct file; | ||
28 | struct v4l2_ctrl_handler; | 29 | struct v4l2_ctrl_handler; |
29 | struct v4l2_ctrl_helper; | 30 | struct v4l2_ctrl_helper; |
30 | struct v4l2_ctrl; | 31 | struct v4l2_ctrl; |
@@ -498,7 +499,6 @@ extern const struct v4l2_subscribed_event_ops v4l2_ctrl_sub_ev_ops; | |||
498 | void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); | 499 | void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); |
499 | void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new); | 500 | void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new); |
500 | 501 | ||
501 | struct file; | ||
502 | /* Can be used as a vidioc_log_status function that just dumps all controls | 502 | /* Can be used as a vidioc_log_status function that just dumps all controls |
503 | associated with the filehandle. */ | 503 | associated with the filehandle. */ |
504 | int v4l2_ctrl_log_status(struct file *file, void *fh); | 504 | int v4l2_ctrl_log_status(struct file *file, void *fh); |