[PATCH] ext4: move block number hi bits
[pandora-kernel.git] / include / linux / miscdevice.h
index 5b584da..b03cfb9 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);