From 4705a8fe0451c6ebee47a5bbb4cbfbaaac8bfc85 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 16 Nov 2003 00:17:20 +0000 Subject: [PATCH] 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. --- include/linux/interrupt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2