From 8bb8f02d44d1620de6c410f9091c2dd53814479e Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Fri, 3 May 2024 14:45:23 +0100 Subject: [PATCH] fix(allwinner): remove unneeded header inclusion Nothing in sunxi_bl31_setup.c uses any functionality provided by the fdt_wrappers file, so remove its inclusion from the header list. Change-Id: I47031a58add2f85e757e75d8578f4e8e21ef65ea Signed-off-by: Andre Przywara --- plat/allwinner/common/sunxi_bl31_setup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/allwinner/common/sunxi_bl31_setup.c b/plat/allwinner/common/sunxi_bl31_setup.c index 24edd79f6..263083bb1 100644 --- a/plat/allwinner/common/sunxi_bl31_setup.c +++ b/plat/allwinner/common/sunxi_bl31_setup.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include