]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: Remove #include <version.h> from armv8/fwcall.c
authorPali Rohár <pali@kernel.org>
Wed, 27 Jan 2021 15:29:13 +0000 (16:29 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 1 Feb 2021 21:32:06 +0000 (16:32 -0500)
commite18bf3943b081507f5040afd5c1866f2e87f0da5
tree9f7cd52f4d185d8c0331e46d655c6c4e6114d9be
parent2b139b3992f0a95bfc6631397574c59f44e3b7c6
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>
arch/arm/cpu/armv8/fwcall.c