projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f3f26
)
Linux-2.4.23 has the new interrupt prototypes
author
David Schleef
<ds@schleef.org>
Fri, 19 Dec 2003 22:47:17 +0000
(22:47 +0000)
committer
David Schleef
<ds@schleef.org>
Fri, 19 Dec 2003 22:47:17 +0000
(22:47 +0000)
include/linux/interrupt.h
patch
|
blob
|
history
diff --git
a/include/linux/interrupt.h
b/include/linux/interrupt.h
index 5f0359a37a17f159d28ee67d63eb14a2489cb85b..6af12f24ead6cfc8d472d1edd23faa29d6461951 100644
(file)
--- a/
include/linux/interrupt.h
+++ b/
include/linux/interrupt.h
@@
-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