mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
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>
This commit is contained in:
parent
6252fd05a2
commit
0072f5fce3
2 changed files with 0 additions and 4 deletions
|
@ -10,7 +10,6 @@
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <asm-offsets.h>
|
#include <asm-offsets.h>
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <timestamp.h>
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include <asm/cache.h>
|
#include <asm/cache.h>
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#if defined(CONFIG_CDP_VERSION)
|
|
||||||
#include <timestamp.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "cdp.h"
|
#include "cdp.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue