X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fmiscdevice.h;h=b03cfb91e228dd993987e3b2eb497c832397e073;hb=e2b209509ca33743864846aef2e1b2afc21f7915;hp=5b584dafb5a6d4384f9b3169b2500d8cf0c3b518;hpb=e02a4cabfcb9a999b74a2e2e6f13ffcb7ff2d606;p=powerpc.git diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 5b584dafb5..b03cfb91e2 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -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);