diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-06-20 18:56:24 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-28 00:53:34 +0400 |
commit | 3f66f0ed319505555f45ceac04775b23f9279ee6 (patch) | |
tree | 27796db307bf941b8297b639b4cb2b9a48ffc689 /include/media/v4l2-ctrls.h | |
parent | e969084030b03f4997d63b3f718ba814290e0705 (diff) | |
download | linux-3f66f0ed319505555f45ceac04775b23f9279ee6.tar.xz |
[media] v4l2-ctrls/v4l2-events: small coding style cleanups
Thanks to Laurent Pinchart <laurent.pinchart@ideasonboard.com>.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-ctrls.h')
-rw-r--r-- | include/media/v4l2-ctrls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index fe55a4e0324f..13fe4d744aba 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.h @@ -31,7 +31,6 @@ struct v4l2_ctrl_helper; struct v4l2_ctrl; struct video_device; struct v4l2_subdev; -struct v4l2_event_subscription; struct v4l2_subscribed_event; struct v4l2_fh; |