[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
And remove the now unneeded number field. Also fixes all drivers that set these fields. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
96192ff1a9
commit
ce7b0f46bb
29 changed files with 5 additions and 47 deletions
|
|
@ -112,8 +112,6 @@ struct gendisk {
|
|||
sector_t capacity;
|
||||
|
||||
int flags;
|
||||
char devfs_name[64]; /* devfs crap */
|
||||
int number; /* more of the same */
|
||||
struct device *driverfs_dev;
|
||||
struct kobject kobj;
|
||||
struct kobject *holder_dir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue