diff options
Diffstat (limited to 'board/samsung/common')
-rw-r--r-- | board/samsung/common/board.c | 1 | ||||
-rw-r--r-- | board/samsung/common/exynos5-dt-types.c | 1 | ||||
-rw-r--r-- | board/samsung/common/exynos5-dt.c | 1 | ||||
-rw-r--r-- | board/samsung/common/misc.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 470531fdbb..104d2a6574 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -16,6 +16,7 @@ #include <spi.h> #include <tmu.h> #include <netdev.h> +#include <asm/global_data.h> #include <asm/io.h> #include <asm/gpio.h> #include <asm/arch/board.h> diff --git a/board/samsung/common/exynos5-dt-types.c b/board/samsung/common/exynos5-dt-types.c index f1ecb7d2c3..e2d5a7c9ba 100644 --- a/board/samsung/common/exynos5-dt-types.c +++ b/board/samsung/common/exynos5-dt-types.c @@ -9,6 +9,7 @@ #include <dm.h> #include <errno.h> #include <fdtdec.h> +#include <asm/global_data.h> #include <linux/delay.h> #include <power/pmic.h> #include <power/regulator.h> diff --git a/board/samsung/common/exynos5-dt.c b/board/samsung/common/exynos5-dt.c index 69aa2120e1..4463cdcb87 100644 --- a/board/samsung/common/exynos5-dt.c +++ b/board/samsung/common/exynos5-dt.c @@ -9,6 +9,7 @@ #include <env.h> #include <fdtdec.h> #include <log.h> +#include <asm/global_data.h> #include <asm/io.h> #include <errno.h> #include <i2c.h> diff --git a/board/samsung/common/misc.c b/board/samsung/common/misc.c index 837463ba78..7d3b9846e3 100644 --- a/board/samsung/common/misc.c +++ b/board/samsung/common/misc.c @@ -9,6 +9,7 @@ #include <env.h> #include <lcd.h> #include <libtizen.h> +#include <asm/global_data.h> #include <linux/delay.h> #include <samsung/misc.h> #include <errno.h> |