diff options
author | Vineet Gupta | 2016-10-31 11:27:08 -0700 |
---|---|---|
committer | Vineet Gupta | 2016-11-30 11:54:25 -0800 |
commit | 2d7f5c48c03ee53ad649cbf803dc33730f955234 (patch) | |
tree | afde6d7fd51913d812e97ed9cb19e29e6e2151f0 /arch/arc/plat-axs10x | |
parent | c33a605dd6f36618f9f658e71c09fcdcb44fc500 (diff) |
ARC: move mcip.h into include/soc and adjust the includes
Also remove the dependency on ARCv2, to increase compile coverage for
!ARCV2 builds
Acked-by: Daniel Lezcano <daniel.lezcnao@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-axs10x')
-rw-r--r-- | arch/arc/plat-axs10x/axs10x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c index 86548701023c..38ff349d7f2a 100644 --- a/arch/arc/plat-axs10x/axs10x.c +++ b/arch/arc/plat-axs10x/axs10x.c @@ -21,7 +21,7 @@ #include <asm/asm-offsets.h> #include <asm/io.h> #include <asm/mach_desc.h> -#include <asm/mcip.h> +#include <soc/arc/mcip.h> #define AXS_MB_CGU 0xE0010000 #define AXS_MB_CREG 0xE0011000 |