[PATCH] arm: Remove #include <version.h> from armv8/fwcall.c

Pali Rohár pali at kernel.org
Wed Jan 27 16:29:13 CET 2021


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 <pali at kernel.org>
---
 arch/arm/cpu/armv8/fwcall.c | 1 -
 1 file changed, 1 deletion(-)

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 <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <asm/cache.h>
 #include <asm/macro.h>
 #include <asm/psci.h>
-- 
2.20.1



More information about the U-Boot mailing list