common: Move hang() to the same header as panic()
[oweals/u-boot.git] / drivers / sysreset / sysreset-uclass.c
index 8eff6036e74b32d4a71257cb66ad76b907fb7680..51fdb1055e3b36c17933c45d1716222adfe98a0e 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <cpu_func.h>
+#include <hang.h>
 #include <sysreset.h>
 #include <dm.h>
 #include <errno.h>