mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
arm: Remove #include <version.h> 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 <pali@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2b139b3992
commit
e18bf3943b
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue