projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b11d4e
)
2.4.22 has new interrupt prototypes
author
David Schleef
<ds@schleef.org>
Wed, 1 Oct 2003 22:43:51 +0000
(22:43 +0000)
committer
David Schleef
<ds@schleef.org>
Wed, 1 Oct 2003 22:43:51 +0000
(22:43 +0000)
include/linux/interrupt.h
patch
|
blob
|
history
diff --git
a/include/linux/interrupt.h
b/include/linux/interrupt.h
index 5f0359a37a17f159d28ee67d63eb14a2489cb85b..64d531416660d89079be2e169ac9a51b7be7f84e 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, 22
)
typedef void irqreturn_t;
#define IRQ_NONE
#define IRQ_HANDLED