board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes
[oweals/u-boot.git] / lib / panic.c
index 8e72c265a617e1f2223a008e5375829537b8c49b..58382ac4f4cc782c4d53e9d3ea8f9b6b57294309 100644 (file)
@@ -14,6 +14,7 @@
 #if !defined(CONFIG_PANIC_HANG)
 #include <command.h>
 #endif
+#include <linux/delay.h>
 
 static void panic_finish(void) __attribute__ ((noreturn));