diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:38:28 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:38:28 -0600 |
| commit | dbc67c41077ed29cdb182ef0c12c0199434b245e (patch) | |
| tree | d393b72c19776c7d379029191fe6d1938581815b /include | |
| parent | 98659955cb525e3aa12de9604ea57667446a0461 (diff) | |
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.
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 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 */ |
