diff options
Diffstat (limited to 'drivers/char/esp.c')
-rw-r--r-- | drivers/char/esp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/esp.c b/drivers/char/esp.c index 28607763ae64..b5df2dc40491 100644 --- a/drivers/char/esp.c +++ b/drivers/char/esp.c | |||
@@ -111,9 +111,6 @@ static char serial_version[] __initdata = "2.2"; | |||
111 | 111 | ||
112 | static struct tty_driver *esp_driver; | 112 | static struct tty_driver *esp_driver; |
113 | 113 | ||
114 | /* serial subtype definitions */ | ||
115 | #define SERIAL_TYPE_NORMAL 1 | ||
116 | |||
117 | /* | 114 | /* |
118 | * Serial driver configuration section. Here are the various options: | 115 | * Serial driver configuration section. Here are the various options: |
119 | * | 116 | * |