Skip to content
Snippets Groups Projects
Commit 4ff170a8 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 730f2984
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
* *
*/ */
#include <common.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <common.h>
#include <command.h> #include <command.h>
#include <config.h> #include <config.h>
......
#include <common.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <common.h>
#include "exbitgen.h" #include "exbitgen.h"
void sdram_init(void); void sdram_init(void);
......
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
* Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com * Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com
*/ */
#include <common.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <ppc4xx.h> #include <ppc4xx.h>
#include <common.h>
flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */ flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */
......
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
* *
*/ */
#include <common.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <common.h>
#include <command.h> #include <command.h>
#include <configs/ML2.h> #include <configs/ML2.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* MA 02111-1307 USA * MA 02111-1307 USA
*/ */
#include <asm/u-boot.h>
#include <common.h> #include <common.h>
#include <asm/u-boot.h>
#include <ioports.h> #include <ioports.h>
#include <mpc8260.h> #include <mpc8260.h>
#include <i2c.h> #include <i2c.h>
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
* *
*/ */
#include <common.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <common.h>
#include <command.h> #include <command.h>
#include <config.h> #include <config.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment