From db41d65a97f335167e1fbc0400a83333b5157703 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:45:07 -0700 Subject: common: Move hang() to the same header as panic() At present panic() is in the vsprintf.h header file. That does not seem like an obvious choice for hang(), even though it relates to panic(). So let's put hang() in its own header. Signed-off-by: Simon Glass [trini: Migrate a few more files] Signed-off-by: Tom Rini --- arch/riscv/lib/spl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/riscv/lib/spl.c') diff --git a/arch/riscv/lib/spl.c b/arch/riscv/lib/spl.c index dc7577f..ae07bbe 100644 --- a/arch/riscv/lib/spl.c +++ b/arch/riscv/lib/spl.c @@ -5,6 +5,7 @@ */ #include #include +#include #include #include -- cgit v1.1