linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / miscdevice.h
index b03cfb9..14ceebf 100644 (file)
@@ -36,10 +36,11 @@ 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;
+       char devfs_name[64];
 };
 
 extern int misc_register(struct miscdevice * misc);