common: Move hang() to the same header as panic()
[oweals/u-boot.git] / arch / arm / mach-at91 / spl_at91.c
index 1065f090e0102d06686409ccf7d477524fa042af..822f877de717a00633d8afb945561080452243b0 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <common.h>
+#include <hang.h>
 #include <asm/io.h>
 #include <asm/arch/at91_common.h>
 #include <asm/arch/at91sam9_matrix.h>