]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/pms.c
V4L/DVB (6885): Add support for the Hauppauge HVR1500Q
[linux-2.6-omap-h63xx.git] / drivers / media / video / pms.c
index 5d681fa8bcb18d80504bb92d1bd58fbd90aabbff..6820c2aabd303affccde30951bd018bc7f1d5673 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/ioport.h>
 #include <linux/init.h>
 #include <asm/io.h>
-#include <linux/sched.h>
 #include <linux/videodev.h>
 #include <media/v4l2-common.h>
 #include <linux/mutex.h>
@@ -881,7 +880,7 @@ static ssize_t pms_read(struct file *file, char __user *buf,
        return len;
 }
 
-static struct file_operations pms_fops = {
+static const struct file_operations pms_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,
@@ -896,7 +895,6 @@ static struct video_device pms_template=
        .owner          = THIS_MODULE,
        .name           = "Mediavision PMS",
        .type           = VID_TYPE_CAPTURE,
-       .hardware       = VID_HARDWARE_PMS,
        .fops           = &pms_fops,
 };