From dbc67c41077ed29cdb182ef0c12c0199434b245e Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Tue, 29 Oct 2002 08:38:28 -0600 Subject: ISDN: Get rid of global drivers count It's useless information, we need to iterate over all potential drivers anyway, since possibly the first one has unregistered before the second, leaving a hole. --- 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 6b0af2383fdb..1f71bd37a4db 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -417,7 +417,6 @@ typedef struct { typedef struct isdn_devt { unsigned short flags; /* Bitmapped Flags: */ /* */ - int drivers; /* Current number of drivers */ int channels; /* Current number of channels */ int net_verbose; /* Verbose-Flag */ int modempoll; /* Flag: tty-read active */ -- cgit v1.2.3