From 6b8d3ceaf59a6c4a2d3930aa8fa0c33e15093498 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:39 -0700 Subject: common: Move main_loop() to init.h Move this function out of common.h and into a better place. Signed-off-by: Simon Glass Reviewed-by: Simon Goldschmidt --- common/board_r.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/board_r.c') diff --git a/common/board_r.c b/common/board_r.c index e711de64b5..e7c2594296 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #if defined(CONFIG_CMD_KGDB) #include -- cgit v1.2.1