2.4.22 has new interrupt prototypes
authorDavid Schleef <ds@schleef.org>
Wed, 1 Oct 2003 22:43:51 +0000 (22:43 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 1 Oct 2003 22:43:51 +0000 (22:43 +0000)
include/linux/interrupt.h

index 5f0359a37a17f159d28ee67d63eb14a2489cb85b..64d531416660d89079be2e169ac9a51b7be7f84e 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <linux/version.h>
 
-#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