common: Move enable/disable_interrupts out of common.h
[oweals/u-boot.git] / post / lib_powerpc / andi.c
index 878b2ca7abeea993fd0cc2aa588e40fde20125be..d4f60aa73880ae394c11bb01e640c49fd6880e0f 100644 (file)
@@ -1,11 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2002
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <irq_func.h>
 
 /*
  * CPU test
@@ -89,7 +89,7 @@ int cpu_post_test_andi (void)
 
            if (ret != 0)
            {
-               post_log ("Error at andi test %d !\n", i);
+               post_log ("Error at andi test %d !\n", i);
            }
        }
     }