]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/ch.c
qeth: Remove usage of subsys.rwsem
[linux-2.6-omap-h63xx.git] / drivers / scsi / ch.c
index f6caa43077680b3a87d1621e3006f40883a1eb35..2a2cc6cf1182a9cdaa2ebf0df1c2b9e15b4b37e3 100644 (file)
@@ -11,7 +11,6 @@
 #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>
@@ -129,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,