common: Move enable/disable_interrupts out of common.h
[oweals/u-boot.git] / arch / powerpc / cpu / mpc83xx / cpu.c
index 363c0ffd2859e4ac36997f52cc40e875fcdfada5..c3e25978a807b3d4fa54cd2f3be10713dc6a54d7 100644 (file)
@@ -10,6 +10,8 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
+#include <irq_func.h>
 #include <vsprintf.h>
 #include <watchdog.h>
 #include <command.h>
@@ -195,7 +197,7 @@ void watchdog_reset (void)
        immr->wdt.swsrr = 0xaa39;
 
        if (re_enable)
-               enable_interrupts ();
+               enable_interrupts();
 }
 #endif