summaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-08-02 16:18:28 +0300
committerTom Rini <trini@konsulko.com>2021-09-17 19:10:44 +0300
commit0072f5fce3c981de626ae2b334bbdf7ecf362586 (patch)
tree0006a1119117b156076d5b2f59ed3c10c5f168e9 /arch/m68k
parent6252fd05a2842211ab035e5fbb90549225afadd1 (diff)
downloadu-boot-0072f5fce3c981de626ae2b334bbdf7ecf362586.tar.xz
Remove #include <timestamp.h> from files which do not need it
Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/cpu/mcf5445x/start.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/cpu/mcf5445x/start.S b/arch/m68k/cpu/mcf5445x/start.S
index 7007d78c83..40c4974365 100644
--- a/arch/m68k/cpu/mcf5445x/start.S
+++ b/arch/m68k/cpu/mcf5445x/start.S
@@ -10,7 +10,6 @@
#include <common.h>
#include <asm-offsets.h>
#include <config.h>
-#include <timestamp.h>
#include "version.h"
#include <asm/cache.h>