From 9f68a2ccec7661240d2c93a9828d799e249a4584 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 1 Oct 2003 22:43:51 +0000 Subject: [PATCH] 2.4.22 has new interrupt prototypes --- 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 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 -- 2.26.2