linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / miscdevice.h
index 5b584da..14ceebf 100644 (file)
@@ -36,7 +36,7 @@ struct class_device;
 struct miscdevice  {
        int minor;
        const char *name;
-       const struct file_operations *fops;
+       struct file_operations *fops;
        struct list_head list;
        struct device *dev;
        struct class_device *class;