From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars Povlsen Date: Tue, 23 Oct 2018 10:21:25 +0200 Subject: [U-Boot] [PATCH v2 1/1] common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL Message-ID: <87pnw19ipm.fsf@soft-dev15.microsemi.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de common/common_fit.c is including , but not actually using it. The inclusion will cuase compile error on platforms using CONFIG_OF_SEPARATE and not SPL. Signed-off-by: Lars Povlsen --- common/common_fit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/common_fit.c b/common/common_fit.c index 577b352..a35c7e9 100644 --- a/common/common_fit.c +++ b/common/common_fit.c @@ -8,7 +8,6 @@ #include #include #include -#include ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) { -- 2.7.4