]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/interrupts.c
arm920t/interrupts: Move conditional compilation to Makefile
[karo-tx-uboot.git] / cpu / arm920t / interrupts.c
index ea24cdf68bd1c647b3db15300ea91669f5e9e225..539eb5c4517d7deae871f54734a7062e0050d200 100644 (file)
@@ -30,9 +30,8 @@
  */
 
 #include <common.h>
-
-#ifdef CONFIG_USE_IRQ
 #include <asm/proc-armv/ptrace.h>
+
 void do_irq (struct pt_regs *pt_regs)
 {
 #if defined (ARM920_IRQ_CALLBACK)
@@ -46,4 +45,3 @@ void do_irq (struct pt_regs *pt_regs)
 #error do_irq() not defined for this cpu type
 #endif
 }
-#endif