]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/scsi/ch.c
[PATCH] remove many unneeded #includes of sched.h
[net-next-2.6.git] / drivers / scsi / ch.c
index d9abd1645d1550ab7d693e652843fd7acf6a4d42..2a2cc6cf1182a9cdaa2ebf0df1c2b9e15b4b37e3 100644 (file)
@@ -7,12 +7,10 @@
 
 #define VERSION "0.25"
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/fs.h>
 #include <linux/kernel.h>
-#include <linux/sched.h>
 #include <linux/mm.h>
 #include <linux/major.h>
 #include <linux/string.h>
@@ -130,7 +128,7 @@ static struct scsi_driver ch_template =
        },
 };
 
-static struct file_operations changer_fops =
+static const struct file_operations changer_fops =
 {
        .owner        = THIS_MODULE,
        .open         = ch_open,