ppc4xx: Fix compilation problems with phys_size_t

This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
board specific files where it has been missing.

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2008-06-24 17:15:22 +02:00
parent aac7a5095b
commit 93262af85e
5 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*
*/
#include <asm/types.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <common.h>

View File

@ -1,3 +1,4 @@
#include <asm/types.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <common.h>

View File

@ -28,6 +28,7 @@
* Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com
*/
#include <asm/types.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <ppc4xx.h>

View File

@ -19,6 +19,7 @@
*
*/
#include <asm/types.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <common.h>

View File

@ -36,6 +36,7 @@
*
*/
#include <asm/types.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <common.h>