]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/pvrusb2/pvrusb2-v4l2.c
V4L/DVB (11205): pvrusb2: Remove ancient IVTV specific ioctl functions
[linux-2.6-omap-h63xx.git] / drivers / media / video / pvrusb2 / pvrusb2-v4l2.c
index b7caf135ed5572dba4977f02fcf072f04fb80677..9e0f2b07b93b277bed1123220b77eeb222956a02 100644 (file)
@@ -952,10 +952,6 @@ static long pvr2_v4l2_ioctl(struct file *file,
                           unsigned int cmd, unsigned long arg)
 {
 
-/* Temporary hack : use ivtv api until a v4l2 one is available. */
-#define IVTV_IOC_G_CODEC        0xFFEE7703
-#define IVTV_IOC_S_CODEC        0xFFEE7704
-       if (cmd == IVTV_IOC_G_CODEC || cmd == IVTV_IOC_S_CODEC) return 0;
        return video_usercopy(file, cmd, arg, pvr2_v4l2_do_ioctl);
 }