mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
Also fixes all drivers that set this field. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ff23eca3e8
commit
96192ff1a9
11 changed files with 0 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue