[PATCH 01/11] Remove #include <timestamp.h> from files which do not need it

Pali Rohár pali at kernel.org
Mon Aug 2 15:18:28 CEST 2021


Signed-off-by: Pali Rohár <pali at kernel.org>
---
 arch/m68k/cpu/mcf5445x/start.S | 1 -
 net/cdp.c                      | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/arch/m68k/cpu/mcf5445x/start.S b/arch/m68k/cpu/mcf5445x/start.S
index 7007d78c83fa..40c497436570 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>
 
diff --git a/net/cdp.c b/net/cdp.c
index fac020468194..a8f890e75226 100644
--- a/net/cdp.c
+++ b/net/cdp.c
@@ -11,9 +11,6 @@
 
 #include <common.h>
 #include <net.h>
-#if defined(CONFIG_CDP_VERSION)
-#include <timestamp.h>
-#endif
 
 #include "cdp.h"
 
-- 
2.20.1



More information about the U-Boot mailing list