From: Pali Rohár Date: Wed, 27 Jan 2021 15:29:13 +0000 (+0100) Subject: arm: Remove #include from armv8/fwcall.c X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e18bf3943b081507f5040afd5c1866f2e87f0da5;p=u-boot.git arm: Remove #include from armv8/fwcall.c No version information is used in armv8/fwcall.c therefore do not include version.h header file. This change prevents recompiling fwcall.o when SOURCE_DATE_EPOCH changes. Signed-off-by: Pali Rohár Reviewed-by: Simon Glass --- diff --git a/arch/arm/cpu/armv8/fwcall.c b/arch/arm/cpu/armv8/fwcall.c index b29bc30fc2..16914dc1ee 100644 --- a/arch/arm/cpu/armv8/fwcall.c +++ b/arch/arm/cpu/armv8/fwcall.c @@ -7,7 +7,6 @@ #include #include -#include #include #include #include