From b13ad6640872702e3a244bc9a883d679663cc11d Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Tue, 29 Oct 2002 08:42:48 -0600 Subject: ISDN: Remove ISDN_STAT_NODCH It was never used anywhere (except for debugging output). Also, fix some compiler warnings. --- include/linux/isdnif.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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 */ -- cgit v1.2.3