mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
TTY: remove minor_num from tty_driver
It was added back in 2004 and never used for anything real. Remove the only assignment in the tree as well. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1a54a76d51
commit
87cab16beb
2 changed files with 0 additions and 2 deletions
|
@ -299,7 +299,6 @@ struct tty_driver {
|
|||
int name_base; /* offset of printed name */
|
||||
int major; /* major device number */
|
||||
int minor_start; /* start of minor device number */
|
||||
int minor_num; /* number of *possible* devices */
|
||||
int num; /* number of devices allocated */
|
||||
short type; /* type of tty driver */
|
||||
short subtype; /* subtype of tty driver */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue