Browse Source

don't redefine MIPS_CPU_IRQ_BASE

SVN-Revision: 7330
Felix Fietkau 18 years ago
parent
commit
5a6ddb2cec
1 changed files with 1 additions and 3 deletions
  1. 1 3
      target/linux/rb532-2.6/files/include/asm-mips/rc32434/irq.h

+ 1 - 3
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 <linux/autoconf.h>
-
-#define MIPS_CPU_IRQ_BASE 0
 #define NR_IRQS	256
+#include_next <irq.h>
 
 #endif /* __ASM_MACH_MIPS_IRQ_H */