diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-09 01:51:13 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-13 01:54:53 +0900 |
commit | 107b3fb484ed960f0c269deff9eaf7cc6f83b0de (patch) | |
tree | f6d25849ed31fdafb8a4902a47b518a0b7783fe0 /arch/arm/mach-uniphier/boards.c | |
parent | 042b28f436cb52db1a58af93d7159fcb171e3d36 (diff) | |
download | u-boot-imx-107b3fb484ed960f0c269deff9eaf7cc6f83b0de.zip u-boot-imx-107b3fb484ed960f0c269deff9eaf7cc6f83b0de.tar.gz u-boot-imx-107b3fb484ed960f0c269deff9eaf7cc6f83b0de.tar.bz2 |
ARM: uniphier: move headers out of include/mach directory
These headers are only included locally in arch/arm/mach-uniphier/.
There is no reason to export them by putting in the mach/ directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/boards.c')
-rw-r--r-- | arch/arm/mach-uniphier/boards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/boards.c b/arch/arm/mach-uniphier/boards.c index d075a11..f124150 100644 --- a/arch/arm/mach-uniphier/boards.c +++ b/arch/arm/mach-uniphier/boards.c @@ -7,7 +7,8 @@ #include <common.h> #include <libfdt.h> #include <linux/kernel.h> -#include <mach/init.h> + +#include "init.h" DECLARE_GLOBAL_DATA_PTR; |