diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:39:24 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:39:24 -0600 |
| commit | 83a64b2637e4fcda267663df85986f4d47dae4fb (patch) | |
| tree | bfef38886af31b26693f64c28dfb062015c190ba /include | |
| parent | dbc67c41077ed29cdb182ef0c12c0199434b245e (diff) | |
ISDN: Kill drvid[] array
We know the driver ids via drivers[]->interface->id already, no need
to keep them around a second time.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/isdn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 1f71bd37a4db..ded1aad43e4c 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -426,7 +426,6 @@ typedef struct isdn_devt { infostruct *infochain; /* List of open info-devs. */ wait_queue_head_t info_waitq; /* Wait-Queue for isdninfo */ struct timer_list timer; /* Misc.-function Timer */ - char drvid[ISDN_MAX_DRIVERS][20];/* Driver-ID */ struct task_struct *profd; /* For iprofd */ modem mdm; /* tty-driver-data */ struct semaphore sem; /* serialize list access*/ |
