diff options
Diffstat (limited to 'board/astro/mcf5373l/mcf5373l.c')
-rw-r--r-- | board/astro/mcf5373l/mcf5373l.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/astro/mcf5373l/mcf5373l.c b/board/astro/mcf5373l/mcf5373l.c index 43fcbc65513..43563c41279 100644 --- a/board/astro/mcf5373l/mcf5373l.c +++ b/board/astro/mcf5373l/mcf5373l.c @@ -5,10 +5,9 @@ * modified by Wolfgang Wegner <w.wegner@astro-kom.de> for ASTRO 5373l */ -#include <config.h> +#include <common.h> #include <init.h> #include <serial.h> -#include <time.h> #include <watchdog.h> #include <command.h> #include <asm/global_data.h> |