From 391185e4346e0c7e3674c180d0ee2c682e54b4fd Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 3 Apr 2002 07:23:09 -0500 Subject: [PATCH] Remove old 2.2.x wait queue compat code from cosa wan driver. --- drivers/net/wan/cosa.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/net/wan/cosa.c b/drivers/net/wan/cosa.c index 883d064de3ec..30af146bb972 100644 --- a/drivers/net/wan/cosa.c +++ b/drivers/net/wan/cosa.c @@ -105,13 +105,6 @@ #include #include "cosa.h" -/* Linux version stuff */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,1) -typedef struct wait_queue *wait_queue_head_t; -#define DECLARE_WAITQUEUE(wait, current) \ - struct wait_queue wait = { current, NULL } -#endif - /* Maximum length of the identification string. */ #define COSA_MAX_ID_STRING 128 -- 2.39.5