diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-06-09 15:48:53 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 22:27:05 +0200 |
commit | 074689d692e129082e1846e71870a0c95c1eb3eb (patch) | |
tree | 8a1c37785b8dfb98a3b2e522c92e9eb2e7f27c40 /drivers/media/video/ivtv/ivtv-ioctl.h | |
parent | [media] v4l2-ioctl: remove v4l_(i2c_)print_ioctl (diff) | |
download | linux-074689d692e129082e1846e71870a0c95c1eb3eb.tar.xz linux-074689d692e129082e1846e71870a0c95c1eb3eb.zip |
[media] ivtv: don't mess with vfd->debug
This is now controlled by sysfs.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.h b/drivers/media/video/ivtv/ivtv-ioctl.h index 89185caeafae..7c553d16579b 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.h +++ b/drivers/media/video/ivtv/ivtv-ioctl.h @@ -31,6 +31,5 @@ void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id *std); void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id *std); int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf); int ivtv_s_input(struct file *file, void *fh, unsigned int inp); -long ivtv_v4l2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); #endif |