diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-03 22:34:08 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-03 22:34:08 +0200 |
commit | 4ff170a8180a79da4cdaab1b30d58cd7b6be565e (patch) | |
tree | d8794cf75e292f6c8580d6eb8b026996da388a3d /board/sacsng | |
parent | 730f298485984b011b6ee8f4acb511cb45a843dd (diff) |
Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/sacsng')
-rw-r--r-- | board/sacsng/sacsng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sacsng/sacsng.c b/board/sacsng/sacsng.c index ecbe0211e9b..c00f14ee604 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> |