From: Sean Anderson Date: Fri, 26 Mar 2021 02:02:28 +0000 (-0400) Subject: dm: test: Always include command.h for print_ut X-Git-Tag: v2025.01-rc5-pxa1908~1951^2~1 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=6863c7f1b633d50e025ce34ad249b59a14c99b2a;p=u-boot.git dm: test: Always include command.h for print_ut We need this header for U_BOOT_CMD, which is always present even without EFI. Fixes: 82c468a049 ("dm: test: Update Makefile conditions") Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- diff --git a/test/print_ut.c b/test/print_ut.c index a456a449ef..5b0a46de9c 100644 --- a/test/print_ut.c +++ b/test/print_ut.c @@ -6,10 +6,8 @@ #define DEBUG #include -#if CONFIG_IS_ENABLED(EFI_LOADER) && !defined(API_BUILD) #include #include -#endif #include #include #include