From 83a64b2637e4fcda267663df85986f4d47dae4fb Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Tue, 29 Oct 2002 08:39:24 -0600 Subject: ISDN: Kill drvid[] array We know the driver ids via drivers[]->interface->id already, no need to keep them around a second time. --- include/linux/isdn.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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*/ -- cgit v1.2.3