From cbb2df2018ab07cb8887715d30d445584e108366 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 7 Dec 2015 08:23:29 -0500 Subject: CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set Now that we may compile (but not link) code calling fixup_cmdtable when this is not set, we need to always have the declaration available. We should also make sure that anyone calling the function includes as that's where the function declaration is. Signed-off-by: Tom Rini --- test/dm/cmd_dm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/dm/cmd_dm.c b/test/dm/cmd_dm.c index b6e7109..a3c5971 100644 --- a/test/dm/cmd_dm.c +++ b/test/dm/cmd_dm.c @@ -8,6 +8,7 @@ */ #include +#include #include #include #include -- cgit v1.1