common: Move hang() to the same header as panic()
[oweals/u-boot.git] / arch / microblaze / cpu / exception.c
index bdcbe0868599fdbd1851ce056f4b25a59ea8511b..b8dedc4e1958c59969e1ebc51d956eb7065139b9 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <common.h>
+#include <hang.h>
 #include <asm/asm.h>
 
 void _hw_exception_handler (void)