V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
[safe/jmp/linux-2.6] / drivers / media / video / usbvideo / usbvideo.c
index 37ce36b..fb434b5 100644 (file)
@@ -952,7 +952,6 @@ static const struct file_operations usbvideo_fops = {
 static const struct video_device usbvideo_template = {
        .owner =      THIS_MODULE,
        .type =       VID_TYPE_CAPTURE,
-       .hardware =   VID_HARDWARE_CPIA,
        .fops =       &usbvideo_fops,
 };