]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/media/video/meye.c
[PATCH] remove many unneeded #includes of sched.h
[net-next-2.6.git] / drivers / media / video / meye.c
index 616a35da191d335c1ad8195043d1fa9086d66ccb..98681da5e3b91fbbd72d9c665c277eaf22e48cea 100644 (file)
@@ -28,7 +28,6 @@
  */
 #include <linux/module.h>
 #include <linux/pci.h>
-#include <linux/sched.h>
 #include <linux/init.h>
 #include <linux/videodev.h>
 #include <media/v4l2-common.h>
@@ -1748,7 +1747,7 @@ static int meye_mmap(struct file *file, struct vm_area_struct *vma)
        return 0;
 }
 
-static struct file_operations meye_fops = {
+static const struct file_operations meye_fops = {
        .owner          = THIS_MODULE,
        .open           = meye_open,
        .release        = meye_release,