From: David Schleef Date: Fri, 19 Dec 2003 22:47:17 +0000 (+0000) Subject: Linux-2.4.23 has the new interrupt prototypes X-Git-Tag: r0_7_69~151 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5fd83841f8f9e12fe95b058c9910038ccdb594a9;p=comedi.git Linux-2.4.23 has the new interrupt prototypes --- diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 5f0359a3..6af12f24 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -21,7 +21,7 @@ #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 23) typedef void irqreturn_t; #define IRQ_NONE #define IRQ_HANDLED