summaryrefslogtreecommitdiff
path: root/board/xes/common
diff options
context:
space:
mode:
Diffstat (limited to 'board/xes/common')
-rw-r--r--board/xes/common/actl_nand.c1
-rw-r--r--board/xes/common/fsl_8xxx_clk.c1
-rw-r--r--board/xes/common/fsl_8xxx_misc.c1
-rw-r--r--board/xes/common/fsl_8xxx_misc.h1
-rw-r--r--board/xes/common/fsl_8xxx_pci.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/board/xes/common/actl_nand.c b/board/xes/common/actl_nand.c
index 4e52838c90..2ae209eb7a 100644
--- a/board/xes/common/actl_nand.c
+++ b/board/xes/common/actl_nand.c
@@ -9,6 +9,7 @@
#include <common.h>
#include <nand.h>
#include <asm/io.h>
+#include <linux/types.h>
/*
* Hardware specific access to control-lines
diff --git a/board/xes/common/fsl_8xxx_clk.c b/board/xes/common/fsl_8xxx_clk.c
index c73ec1d21b..d5c9b3bd6c 100644
--- a/board/xes/common/fsl_8xxx_clk.c
+++ b/board/xes/common/fsl_8xxx_clk.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/ppc.h>
+#include <linux/types.h>
/*
* Return SYSCLK input frequency - 50 MHz or 66 MHz depending on POR config
diff --git a/board/xes/common/fsl_8xxx_misc.c b/board/xes/common/fsl_8xxx_misc.c
index d39cd7e8b6..fb835b4fb7 100644
--- a/board/xes/common/fsl_8xxx_misc.c
+++ b/board/xes/common/fsl_8xxx_misc.c
@@ -21,6 +21,7 @@ int board_flash_wp_on(void)
return 0;
}
#endif
+#include <linux/types.h>
/*
* Return a board's derivative model number. For example:
diff --git a/board/xes/common/fsl_8xxx_misc.h b/board/xes/common/fsl_8xxx_misc.h
index 6e4858f15c..2bcc765726 100644
--- a/board/xes/common/fsl_8xxx_misc.h
+++ b/board/xes/common/fsl_8xxx_misc.h
@@ -6,6 +6,7 @@
#ifndef __FSL_8XXX_MISC_H___
#define __FSL_8XXX_MISC_H___
+#include <linux/types.h>
uint get_board_derivative(void);
#endif /* __FSL_8XXX_MISC_H__ */
diff --git a/board/xes/common/fsl_8xxx_pci.c b/board/xes/common/fsl_8xxx_pci.c
index 6c6db6c2fc..d3190c7ae3 100644
--- a/board/xes/common/fsl_8xxx_pci.c
+++ b/board/xes/common/fsl_8xxx_pci.c
@@ -15,6 +15,7 @@
#include <linux/compiler.h>
#include <linux/libfdt.h>
#include <fdt_support.h>
+#include <linux/types.h>
#ifdef CONFIG_PCI1