commit | 20a5f78c230f4a51b02375ee7a828720173442a7 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Jul 03 22:34:08 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 03 22:34:08 2008 +0200 |
tree | d8794cf75e292f6c8580d6eb8b026996da388a3d | |
parent | a7a141be771d1b1a3318ed5592c2d3c8f9669e46 [diff] [blame] |
Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/xilinx/ml300/serial.c b/board/xilinx/ml300/serial.c index ba41f85..993dfa3 100644 --- a/board/xilinx/ml300/serial.c +++ b/board/xilinx/ml300/serial.c
@@ -36,9 +36,9 @@ * */ +#include <common.h> #include <asm/u-boot.h> #include <asm/processor.h> -#include <common.h> #include <command.h> #include <config.h>