Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
authorWolfgang Denk <wd@denx.de>
Thu, 3 Jul 2008 20:34:08 +0000 (22:34 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 3 Jul 2008 20:34:08 +0000 (22:34 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/amirix/ap1000/serial.c
board/exbitgen/exbitgen.c
board/exbitgen/flash.c
board/ml2/serial.c
board/sacsng/sacsng.c
board/xilinx/ml300/serial.c

index 5e9e3a3..508e880 100644 (file)
@@ -19,9 +19,9 @@
  *
  */
 
+#include <common.h>
 #include <asm/u-boot.h>
 #include <asm/processor.h>
-#include <common.h>
 #include <command.h>
 #include <config.h>
 
index 0b08a39..dc07d3d 100644 (file)
@@ -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);
index ae88994..4dd5382 100644 (file)
  * 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        */
 
index 6593145..c18815b 100644 (file)
@@ -19,9 +19,9 @@
  *
  */
 
+#include <common.h>
 #include <asm/u-boot.h>
 #include <asm/processor.h>
-#include <common.h>
 #include <command.h>
 #include <configs/ML2.h>
 
index ecbe021..c00f14e 100644 (file)
@@ -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>
index ba41f85..993dfa3 100644 (file)
@@ -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>