projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40baf1b
)
generic: ocf: irq compat stuff is not needed anymore
author
Nicolas Thill
<nico@openwrt.org>
Sat, 14 Feb 2015 13:53:44 +0000
(13:53 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 14 Feb 2015 13:53:44 +0000
(13:53 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44444
target/linux/generic/files/crypto/ocf/ocf-compat.h
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/crypto/ocf/ocf-compat.h
b/target/linux/generic/files/crypto/ocf/ocf-compat.h
index 831927e8802be764dc971fa8e8a34fc2c67d5ef0..b38cf27b3a3df8a360dd449ae8bbfef31772d126 100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/ocf-compat.h
+++ b/
target/linux/generic/files/crypto/ocf/ocf-compat.h
@@
-211,6
+211,7
@@
struct ocf_device {
/* older kernels don't have these */
#include <asm/irq.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
#if !defined(IRQ_NONE) && !defined(IRQ_RETVAL)
#define IRQ_NONE
#define IRQ_HANDLED
@@
-222,6
+223,7
@@
typedef irqreturn_t (*irq_handler_t)(int irq, void *arg, struct pt_regs *regs);
#ifndef IRQF_SHARED
#define IRQF_SHARED SA_SHIRQ
#endif
+#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
# define strlcpy(dest,src,len) \