diff --git a/board/amirix/ap1000/serial.c b/board/amirix/ap1000/serial.c index 5e9e3a31eeae14c18a4a1c11406ef64aa29569a2..811f1aa7a2a50667dcdadd2af042aba2f811b0ae 100644 --- a/board/amirix/ap1000/serial.c +++ b/board/amirix/ap1000/serial.c @@ -19,6 +19,7 @@ * */ +#include <asm/types.h> #include <asm/u-boot.h> #include <asm/processor.h> #include <common.h> diff --git a/board/exbitgen/exbitgen.c b/board/exbitgen/exbitgen.c index 0b08a39f90ded230671def5ebd2f82f341e37bc4..8460893114788c1b33c4e981cb9082a1eb65d528 100644 --- a/board/exbitgen/exbitgen.c +++ b/board/exbitgen/exbitgen.c @@ -1,3 +1,4 @@ +#include <asm/types.h> #include <asm/u-boot.h> #include <asm/processor.h> #include <common.h> diff --git a/board/exbitgen/flash.c b/board/exbitgen/flash.c index ae88994b2cc241f414a30f6f4876b7ad5a9527a3..dddd06effadda60fdd5afb3b01aefa31d50a4e35 100644 --- a/board/exbitgen/flash.c +++ b/board/exbitgen/flash.c @@ -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> diff --git a/board/ml2/serial.c b/board/ml2/serial.c index 659314572a1a8ac36fc23bec86e22a6a031cc47f..2e9ffa29ba7ad6f495502d1bff8063c6f695c845 100644 --- a/board/ml2/serial.c +++ b/board/ml2/serial.c @@ -19,6 +19,7 @@ * */ +#include <asm/types.h> #include <asm/u-boot.h> #include <asm/processor.h> #include <common.h> diff --git a/board/xilinx/ml300/serial.c b/board/xilinx/ml300/serial.c index ba41f856e4aacda6bd44f62c348a7a735d2dd5ff..ff5cadbe703f6679a2183c00b681828436ba2de4 100644 --- a/board/xilinx/ml300/serial.c +++ b/board/xilinx/ml300/serial.c @@ -36,6 +36,7 @@ * */ +#include <asm/types.h> #include <asm/u-boot.h> #include <asm/processor.h> #include <common.h>