From 7dffd1e756b378f4c8e7cfe9860537743fc96d43 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 14 Feb 2015 13:53:44 +0000 Subject: [PATCH] generic: ocf: irq compat stuff is not needed anymore Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44444 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/files/crypto/ocf/ocf-compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/generic/files/crypto/ocf/ocf-compat.h b/target/linux/generic/files/crypto/ocf/ocf-compat.h index 831927e880..b38cf27b3a 100644 --- 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 +#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) \ -- 2.35.1