mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
[PATCH] devfs: Remove the tty_driver 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
264f48646e
commit
f4eaa37017
32 changed files with 5 additions and 42 deletions
|
@ -157,7 +157,6 @@ struct tty_driver {
|
|||
struct cdev cdev;
|
||||
struct module *owner;
|
||||
const char *driver_name;
|
||||
const char *devfs_name;
|
||||
const char *name;
|
||||
int name_base; /* offset of printed name */
|
||||
int major; /* major device number */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue