summaryrefslogtreecommitdiff
path: root/board/exbitgen
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-03 22:34:08 +0200
committerWolfgang Denk <wd@denx.de>2008-07-03 22:34:08 +0200
commit4ff170a8180a79da4cdaab1b30d58cd7b6be565e (patch)
treed8794cf75e292f6c8580d6eb8b026996da388a3d /board/exbitgen
parent730f298485984b011b6ee8f4acb511cb45a843dd (diff)
Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/exbitgen')
-rw-r--r--board/exbitgen/exbitgen.c2
-rw-r--r--board/exbitgen/flash.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/exbitgen/exbitgen.c b/board/exbitgen/exbitgen.c
index 0b08a39f9..dc07d3df0 100644
--- a/board/exbitgen/exbitgen.c
+++ b/board/exbitgen/exbitgen.c
@@ -1,6 +1,6 @@
+#include <common.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
-#include <common.h>
#include "exbitgen.h"
void sdram_init(void);
diff --git a/board/exbitgen/flash.c b/board/exbitgen/flash.c
index ae88994b2..4dd538287 100644
--- a/board/exbitgen/flash.c
+++ b/board/exbitgen/flash.c
@@ -28,10 +28,10 @@
* Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com
*/
+#include <common.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <ppc4xx.h>
-#include <common.h>
flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */