Linux-2.4.23 has the new interrupt prototypes
authorDavid Schleef <ds@schleef.org>
Fri, 19 Dec 2003 22:47:17 +0000 (22:47 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 19 Dec 2003 22:47:17 +0000 (22:47 +0000)
include/linux/interrupt.h

index 5f0359a37a17f159d28ee67d63eb14a2489cb85b..6af12f24ead6cfc8d472d1edd23faa29d6461951 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, 23)
 typedef void irqreturn_t;
 #define IRQ_NONE
 #define IRQ_HANDLED