gpio: pca953x_gpio: Add support for 24 bit IO expander
[oweals/u-boot.git] / post / lib_powerpc / rlwnm.c
index 83ee70b52d20e85600e2019fd4d416940c0f4a51..e2beb4e4171320619487b30b41ed8cdd16cfc71c 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
@@ -117,7 +117,7 @@ int cpu_post_test_rlwnm (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at rlwnm test %d !\n", i);
+                   post_log ("Error at rlwnm test %d !\n", i);
                }
            }
 
@@ -130,8 +130,8 @@ int cpu_post_test_rlwnm (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at rlwnm test %d !\n", i);
-               }
+                   post_log ("Error at rlwnm test %d !\n", i);
+               }
            }
        }
     }