Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / miscdevice.h
index b03cfb9..5b584da 100644 (file)
@@ -40,6 +40,7 @@ struct miscdevice  {
        struct list_head list;
        struct device *dev;
        struct class_device *class;
+       char devfs_name[64];
 };
 
 extern int misc_register(struct miscdevice * misc);