X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmiscdevice.h;h=5b584dafb5a6d4384f9b3169b2500d8cf0c3b518;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=b03cfb91e228dd993987e3b2eb497c832397e073;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index b03cfb91e..5b584dafb 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -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);