diff options
Diffstat (limited to 'Documentation/video4linux/v4l2-pci-skeleton.c')
-rw-r--r-- | Documentation/video4linux/v4l2-pci-skeleton.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/video4linux/v4l2-pci-skeleton.c b/Documentation/video4linux/v4l2-pci-skeleton.c index 46904fe49609..006721e43b2a 100644 --- a/Documentation/video4linux/v4l2-pci-skeleton.c +++ b/Documentation/video4linux/v4l2-pci-skeleton.c | |||
@@ -883,11 +883,6 @@ static int skeleton_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
883 | vdev->v4l2_dev = &skel->v4l2_dev; | 883 | vdev->v4l2_dev = &skel->v4l2_dev; |
884 | /* Supported SDTV standards, if any */ | 884 | /* Supported SDTV standards, if any */ |
885 | vdev->tvnorms = SKEL_TVNORMS; | 885 | vdev->tvnorms = SKEL_TVNORMS; |
886 | /* If this bit is set, then the v4l2 core will provide the support | ||
887 | * for the VIDIOC_G/S_PRIORITY ioctls. This flag will eventually | ||
888 | * go away once all drivers have been converted to use struct v4l2_fh. | ||
889 | */ | ||
890 | set_bit(V4L2_FL_USE_FH_PRIO, &vdev->flags); | ||
891 | video_set_drvdata(vdev, skel); | 886 | video_set_drvdata(vdev, skel); |
892 | 887 | ||
893 | ret = video_register_device(vdev, VFL_TYPE_GRABBER, -1); | 888 | ret = video_register_device(vdev, VFL_TYPE_GRABBER, -1); |