]> Git Repo - u-boot.git/commitdiff
arm: Remove #include <version.h> from armv8/fwcall.c
authorPali Rohár <[email protected]>
Wed, 27 Jan 2021 15:29:13 +0000 (16:29 +0100)
committerTom Rini <[email protected]>
Mon, 1 Feb 2021 21:32:06 +0000 (16:32 -0500)
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/cpu/armv8/fwcall.c

index b29bc30fc253dd415aba3d3858a94f336e379bab..16914dc1eed6cd56c5213288b70f55d30e24fa8c 100644 (file)
@@ -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>
This page took 0.035122 seconds and 4 git commands to generate.