diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:47:51 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:47:51 -0600 |
| commit | 4a4833072f8cdb23905dc1225cb7aaf329715f97 (patch) | |
| tree | b7a19b1341dd05ce6084fa80895e175092cdc840 /include/linux | |
| parent | 20da0277fade1f75bcdd03b61c226cf28c79bc90 (diff) | |
ISDN: Remove ttyI specific from global "dev" variable
ISDN still has a huge global struct called "dev", which is a mess
of parts which should be private to their respective subsystem.
It's supposed to die, this is another step in making that happen.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/isdn.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index ded1aad43e4c..74376a0a5e38 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -368,17 +368,6 @@ typedef struct modem_info { #define ISDN_MODEM_WINSIZE 8 -/* Description of one ISDN-tty */ -typedef struct { - int refcount; /* Number of opens */ - struct tty_driver tty_modem; /* tty-device */ - struct tty_driver cua_modem; /* cua-device */ - struct tty_struct *modem_table[ISDN_MAX_CHANNELS]; /* ?? copied from Orig */ - struct termios *modem_termios[ISDN_MAX_CHANNELS]; - struct termios *modem_termios_locked[ISDN_MAX_CHANNELS]; - modem_info info[ISDN_MAX_CHANNELS]; /* Private data */ -} modem; - /*======================= End of ISDN-tty stuff ============================*/ /*======================== Start of V.110 stuff ============================*/ @@ -427,7 +416,6 @@ typedef struct isdn_devt { wait_queue_head_t info_waitq; /* Wait-Queue for isdninfo */ struct timer_list timer; /* Misc.-function Timer */ struct task_struct *profd; /* For iprofd */ - modem mdm; /* tty-driver-data */ struct semaphore sem; /* serialize list access*/ unsigned long global_features; #ifdef CONFIG_DEVFS_FS |
