public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c
@ 2021-01-27 15:29 Pali Rohár
  2021-02-01 20:43 ` Simon Glass
  2021-02-02 14:31 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Pali Rohár @ 2021-01-27 15:29 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-02 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-27 15:29 [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c Pali Rohár
2021-02-01 20:43 ` Simon Glass
2021-02-02 14:31 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox