aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-hisi/hisilicon.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-hisi/hisilicon.c')
-rw-r--r--arch/arm/mach-hisi/hisilicon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-hisi/hisilicon.c b/arch/arm/mach-hisi/hisilicon.c
index 7996c6b74339..7cda6dda3cd0 100644
--- a/arch/arm/mach-hisi/hisilicon.c
+++ b/arch/arm/mach-hisi/hisilicon.c
@@ -18,8 +18,6 @@
18#include <asm/mach/arch.h> 18#include <asm/mach/arch.h>
19#include <asm/mach/map.h> 19#include <asm/mach/map.h>
20 20
21#include "core.h"
22
23#define HI3620_SYSCTRL_PHYS_BASE 0xfc802000 21#define HI3620_SYSCTRL_PHYS_BASE 0xfc802000
24#define HI3620_SYSCTRL_VIRT_BASE 0xfe802000 22#define HI3620_SYSCTRL_VIRT_BASE 0xfe802000
25 23
@@ -55,7 +53,6 @@ static const char *hi3xxx_compat[] __initconst = {
55DT_MACHINE_START(HI3620, "Hisilicon Hi3620 (Flattened Device Tree)") 53DT_MACHINE_START(HI3620, "Hisilicon Hi3620 (Flattened Device Tree)")
56 .map_io = hi3620_map_io, 54 .map_io = hi3620_map_io,
57 .dt_compat = hi3xxx_compat, 55 .dt_compat = hi3xxx_compat,
58 .smp = smp_ops(hi3xxx_smp_ops),
59MACHINE_END 56MACHINE_END
60 57
61static const char *hix5hd2_compat[] __initconst = { 58static const char *hix5hd2_compat[] __initconst = {
@@ -65,5 +62,4 @@ static const char *hix5hd2_compat[] __initconst = {
65 62
66DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)") 63DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)")
67 .dt_compat = hix5hd2_compat, 64 .dt_compat = hix5hd2_compat,
68 .smp = smp_ops(hix5hd2_smp_ops),
69MACHINE_END 65MACHINE_END