From 93262af85e3e9d9974c6c08fbd37a9a72e090ca2 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 24 Jun 2008 17:15:22 +0200 Subject: ppc4xx: Fix compilation problems with phys_size_t This patch includes before in some 4xx board specific files where it has been missing. Signed-off-by: Stefan Roese diff --git a/board/amirix/ap1000/serial.c b/board/amirix/ap1000/serial.c index 5e9e3a3..811f1aa 100644 --- a/board/amirix/ap1000/serial.c +++ b/board/amirix/ap1000/serial.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include diff --git a/board/exbitgen/exbitgen.c b/board/exbitgen/exbitgen.c index 0b08a39..8460893 100644 --- a/board/exbitgen/exbitgen.c +++ b/board/exbitgen/exbitgen.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/board/exbitgen/flash.c b/board/exbitgen/flash.c index ae88994..dddd06e 100644 --- a/board/exbitgen/flash.c +++ b/board/exbitgen/flash.c @@ -28,6 +28,7 @@ * Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com */ +#include #include #include #include diff --git a/board/ml2/serial.c b/board/ml2/serial.c index 6593145..2e9ffa2 100644 --- a/board/ml2/serial.c +++ b/board/ml2/serial.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include diff --git a/board/xilinx/ml300/serial.c b/board/xilinx/ml300/serial.c index ba41f85..ff5cadb 100644 --- a/board/xilinx/ml300/serial.c +++ b/board/xilinx/ml300/serial.c @@ -36,6 +36,7 @@ * */ +#include #include #include #include -- cgit v0.10.2