]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/pms.c
Pull ec into release branch
[linux-2.6-omap-h63xx.git] / drivers / media / video / pms.c
index 5d681fa8bcb18d80504bb92d1bd58fbd90aabbff..b5a67f0dd19f95b6cb3ef88f87525056bc91139f 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,