From: Frank Mori Hess Date: Sun, 16 Nov 2003 00:17:20 +0000 (+0000) Subject: 2.4.22 does _not_ have new interrupt prototypes (at least the debian X-Git-Tag: r0_7_69~164 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4705a8fe0451c6ebee47a5bbb4cbfbaaac8bfc85;p=comedi.git 2.4.22 does _not_ have new interrupt prototypes (at least the debian and I assume the vanilla kernel do not). I believe the RH 2.4.22 kernel is patched with the new prototypes, but to heck with them. --- diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 64d53141..5f0359a3 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -21,7 +21,7 @@ #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 22) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0) typedef void irqreturn_t; #define IRQ_NONE #define IRQ_HANDLED