diff options
Diffstat (limited to 'drivers/char/epca.c')
-rw-r--r-- | drivers/char/epca.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/epca.c b/drivers/char/epca.c index dc0602ae8503..86d290e9f307 100644 --- a/drivers/char/epca.c +++ b/drivers/char/epca.c | |||
@@ -30,7 +30,6 @@ | |||
30 | /* See README.epca for change history --DAT*/ | 30 | /* See README.epca for change history --DAT*/ |
31 | 31 | ||
32 | 32 | ||
33 | #include <linux/config.h> | ||
34 | #include <linux/module.h> | 33 | #include <linux/module.h> |
35 | #include <linux/kernel.h> | 34 | #include <linux/kernel.h> |
36 | #include <linux/types.h> | 35 | #include <linux/types.h> |
@@ -1232,7 +1231,6 @@ static int __init pc_init(void) | |||
1232 | 1231 | ||
1233 | pc_driver->owner = THIS_MODULE; | 1232 | pc_driver->owner = THIS_MODULE; |
1234 | pc_driver->name = "ttyD"; | 1233 | pc_driver->name = "ttyD"; |
1235 | pc_driver->devfs_name = "tts/D"; | ||
1236 | pc_driver->major = DIGI_MAJOR; | 1234 | pc_driver->major = DIGI_MAJOR; |
1237 | pc_driver->minor_start = 0; | 1235 | pc_driver->minor_start = 0; |
1238 | pc_driver->type = TTY_DRIVER_TYPE_SERIAL; | 1236 | pc_driver->type = TTY_DRIVER_TYPE_SERIAL; |