]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/miscdevice.h
[PATCH] introduce is_rt_policy() helper
[linux-2.6-omap-h63xx.git] / include / linux / miscdevice.h
index 5b584dafb5a6d4384f9b3169b2500d8cf0c3b518..b03cfb91e228dd993987e3b2eb497c832397e073 100644 (file)
@@ -40,7 +40,6 @@ struct miscdevice  {
        struct list_head list;
        struct device *dev;
        struct class_device *class;
-       char devfs_name[64];
 };
 
 extern int misc_register(struct miscdevice * misc);