diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:42:48 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-29 08:42:48 -0600 |
| commit | b13ad6640872702e3a244bc9a883d679663cc11d (patch) | |
| tree | 4ff8dc230cee7700e3871574e16fbc4b562c4747 /include/linux | |
| parent | 6a7fc460b3a6fe6b80cf3215eeefab7de109c06c (diff) | |
ISDN: Remove ISDN_STAT_NODCH
It was never used anywhere (except for debugging output).
Also, fix some compiler warnings.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/isdnif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isdnif.h b/include/linux/isdnif.h index c9718d4de584..b3298c9a66d4 100644 --- a/include/linux/isdnif.h +++ b/include/linux/isdnif.h @@ -202,7 +202,6 @@ typedef struct #define ISDN_STAT_LOAD 265 /* Signal new lowlevel-driver is loaded */ #define ISDN_STAT_UNLOAD 266 /* Signal unload of lowlevel-driver */ #define ISDN_STAT_BSENT 267 /* Signal packet sent */ -#define ISDN_STAT_NODCH 268 /* Signal no D-Channel */ #define ISDN_STAT_ADDCH 269 /* Add more Channels */ #define ISDN_STAT_CAUSE 270 /* Cause-Message */ #define ISDN_STAT_ICALLW 271 /* Incoming call without B-chan waiting */ |
