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>
@@ -19,6 +19,7 @@
*
*/
+#include <asm/types.h>
#include <asm/u-boot.h>
#include <asm/processor.h>
#include <common.h>
@@ -1,3 +1,4 @@
@@ -28,6 +28,7 @@
* Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com
#include <ppc4xx.h>
@@ -36,6 +36,7 @@