]> git.neil.brown.name Git - history.git/commitdiff
Remove old 2.2.x wait queue compat code from cosa wan driver.
authorDave Jones <davej@suse.de>
Wed, 3 Apr 2002 12:23:09 +0000 (07:23 -0500)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Wed, 3 Apr 2002 12:23:09 +0000 (07:23 -0500)
drivers/net/wan/cosa.c

index 883d064de3ec3c5fe6856ac5f6b8e0c3658902a7..30af146bb9724a2bbcd2a759aedcb5e2b2759abd 100644 (file)
 #include <net/syncppp.h>
 #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