From: nbd Date: Thu, 24 May 2007 14:52:12 +0000 (+0000) Subject: don't redefine MIPS_CPU_IRQ_BASE X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=f0cc040988617eacc9d7e950fe43b75399050501;p=openwrt.git don't redefine MIPS_CPU_IRQ_BASE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7330 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/rb532-2.6/files/include/asm-mips/rc32434/irq.h b/target/linux/rb532-2.6/files/include/asm-mips/rc32434/irq.h index d331813b0d..65cc13c920 100644 --- a/target/linux/rb532-2.6/files/include/asm-mips/rc32434/irq.h +++ b/target/linux/rb532-2.6/files/include/asm-mips/rc32434/irq.h @@ -1,9 +1,7 @@ #ifndef __ASM_MACH_MIPS_IRQ_H #define __ASM_MACH_MIPS_IRQ_H -#include - -#define MIPS_CPU_IRQ_BASE 0 #define NR_IRQS 256 +#include_next #endif /* __ASM_MACH_MIPS_IRQ_H */