diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-15 15:21:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 13:49:17 -0300 |
commit | 02fa628217e995bd7b1fe8c1b7cc7a510f6b8349 (patch) | |
tree | e1e972f03d33dea80d6fc5bcf3fe87008f4d887c /include/media | |
parent | 6c2afac434f00267c484239ad9210c1a075e7f16 (diff) | |
download | linux-02fa628217e995bd7b1fe8c1b7cc7a510f6b8349.tar.gz linux-02fa628217e995bd7b1fe8c1b7cc7a510f6b8349.tar.bz2 linux-02fa628217e995bd7b1fe8c1b7cc7a510f6b8349.zip |
[media] v4l2 core: remove the obsolete dv_preset support
These ioctls are no longer used by any drivers, so remove them.
[mchehab@redhat.com: Fix merge conflict]
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-ioctl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index a4175cda4fc1..e10c2432f902 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h @@ -254,15 +254,6 @@ struct v4l2_ioctl_ops { struct v4l2_frmivalenum *fival); /* DV Timings IOCTLs */ - int (*vidioc_enum_dv_presets) (struct file *file, void *fh, - struct v4l2_dv_enum_preset *preset); - - int (*vidioc_s_dv_preset) (struct file *file, void *fh, - struct v4l2_dv_preset *preset); - int (*vidioc_g_dv_preset) (struct file *file, void *fh, - struct v4l2_dv_preset *preset); - int (*vidioc_query_dv_preset) (struct file *file, void *fh, - struct v4l2_dv_preset *qpreset); int (*vidioc_s_dv_timings) (struct file *file, void *fh, struct v4l2_dv_timings *timings); int (*vidioc_g_dv_timings) (struct file *file, void *fh, |