aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 21:15:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-26 12:25:05 -0700
commitaa4148cfc7b3b93eeaf755a7d14f10afaffe9a96 (patch)
tree7f1c84f3cf7c0c79ccdb94a62a3543ee19e5edc2 /include/linux/serial_core.h
parent[PATCH] devfs: Remove devfs from the init code (diff)
downloadlinux-dev-aa4148cfc7b3b93eeaf755a7d14f10afaffe9a96.tar.xz
linux-dev-aa4148cfc7b3b93eeaf755a7d14f10afaffe9a96.zip
[PATCH] devfs: Remove devfs support from the serial subsystem
Also fixes all serial drivers. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 951c4e858274..fc1104a2cfa9 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -336,7 +336,6 @@ struct uart_driver {
struct module *owner;
const char *driver_name;
const char *dev_name;
- const char *devfs_name;
int major;
int minor;
int nr;