diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-21 08:15:16 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-26 23:25:09 +0400 |
commit | f4eaa37017a5a68f67ef86729508022c13fb8e6d (patch) | |
tree | 7a2b03b575d77922c1e0bf1da7b74e87451462c6 /include/linux/tty_driver.h | |
parent | 264f48646e6829b4d00a0e058452578318e6fb15 (diff) | |
download | linux-f4eaa37017a5a68f67ef86729508022c13fb8e6d.tar.xz |
[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>
Diffstat (limited to 'include/linux/tty_driver.h')
-rw-r--r-- | include/linux/tty_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index b368b296d035..0bd31f0830f9 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h @@ -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 */ |