diff options
Diffstat (limited to 'arch/arm/mach-qcom/board.c')
-rw-r--r-- | arch/arm/mach-qcom/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c index 4529f6b222d3..830f69c3a3ce 100644 --- a/arch/arm/mach-qcom/board.c +++ b/arch/arm/mach-qcom/board.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <asm/mach/arch.h> | 17 | #include <asm/mach/arch.h> |
18 | #include <asm/mach/map.h> | 18 | #include <asm/mach/map.h> |
19 | 19 | ||
20 | extern struct smp_operations msm_smp_ops; | 20 | extern struct smp_operations qcom_smp_ops; |
21 | 21 | ||
22 | static const char * const qcom_dt_match[] __initconst = { | 22 | static const char * const qcom_dt_match[] __initconst = { |
23 | "qcom,msm8660-surf", | 23 | "qcom,msm8660-surf", |
@@ -31,7 +31,7 @@ static const char * const apq8074_dt_match[] __initconst = { | |||
31 | }; | 31 | }; |
32 | 32 | ||
33 | DT_MACHINE_START(QCOM_DT, "Qualcomm (Flattened Device Tree)") | 33 | DT_MACHINE_START(QCOM_DT, "Qualcomm (Flattened Device Tree)") |
34 | .smp = smp_ops(msm_smp_ops), | 34 | .smp = smp_ops(qcom_smp_ops), |
35 | .dt_compat = qcom_dt_match, | 35 | .dt_compat = qcom_dt_match, |
36 | MACHINE_END | 36 | MACHINE_END |
37 | 37 | ||