From: David Schleef Date: Wed, 1 Oct 2003 22:43:51 +0000 (+0000) Subject: 2.4.22 has new interrupt prototypes X-Git-Tag: r0_7_69~190 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f68a2ccec7661240d2c93a9828d799e249a4584;p=comedi.git 2.4.22 has new interrupt prototypes --- diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 5f0359a3..64d53141 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, 22) typedef void irqreturn_t; #define IRQ_NONE #define IRQ_HANDLED