From 397a299a289413cd06b3f9146d06bf8f5b4b4a34 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 15 Oct 2000 22:33:30 +0000 Subject: [PATCH] moved some stuff to include/ --- comedi/kern_compat.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/comedi/kern_compat.h b/comedi/kern_compat.h index 320ef752..e802748d 100644 --- a/comedi/kern_compat.h +++ b/comedi/kern_compat.h @@ -193,12 +193,6 @@ static inline long interruptible_sleep_on_timeout(struct wait_queue ** p, #ifndef COMPAT_V22 -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18) -typedef struct wait_queue *wait_queue_head_t; -#define DECLARE_WAITQUEUE(x,y) struct wait_queue x={y,NULL} -#define init_waitqueue_head(x) -#endif - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,10) /* ? */ #define file_atomic_inc(x) ((*(x))++) #else -- 2.26.2