فهرست منبع

Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 سال پیش
والد
کامیت
4ff170a818
6فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 1 1
      board/amirix/ap1000/serial.c
  2. 1 1
      board/exbitgen/exbitgen.c
  3. 1 1
      board/exbitgen/flash.c
  4. 1 1
      board/ml2/serial.c
  5. 1 1
      board/sacsng/sacsng.c
  6. 1 1
      board/xilinx/ml300/serial.c

+ 1 - 1
board/amirix/ap1000/serial.c

@@ -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>
 

+ 1 - 1
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);

+ 1 - 1
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	*/
 

+ 1 - 1
board/ml2/serial.c

@@ -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>
 

+ 1 - 1
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>

+ 1 - 1
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>