Browse Source

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>
Pali Rohár 2 years ago
parent
commit
0072f5fce3
2 changed files with 0 additions and 4 deletions
  1. 0 1
      arch/m68k/cpu/mcf5445x/start.S
  2. 0 3
      net/cdp.c

+ 0 - 1
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>
 

+ 0 - 3
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"