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] |
Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/sacsng/sacsng.c b/board/sacsng/sacsng.c index ecbe021..c00f14e 100644 --- a/board/sacsng/sacsng.c +++ b/board/sacsng/sacsng.c
@@ -22,8 +22,8 @@ * MA 02111-1307 USA */ -#include <asm/u-boot.h> #include <common.h> +#include <asm/u-boot.h> #include <ioports.h> #include <mpc8260.h> #include <i2c.h>