summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/core.h
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2014-03-27 01:06:32 +0100
committerOlof Johansson <olof@lixom.net>2014-05-26 11:15:53 -0700
commit26ab69cb4c1f77060bece483f2ec210163867782 (patch)
treea7fb76ff3d21501a1e81f9b76b38577a97406f64 /arch/arm/mach-rockchip/core.h
parent1ef81bf7bcc9d795619197b15218304c9d42c18c (diff)
ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE
With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore to reference the relevant smp_ops in the board file, but instead it can simply be set by the enable-method property of the cpu nodes. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-rockchip/core.h')
-rw-r--r--arch/arm/mach-rockchip/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/core.h b/arch/arm/mach-rockchip/core.h
index e2e7c9dbb200..39bca96b555a 100644
--- a/arch/arm/mach-rockchip/core.h
+++ b/arch/arm/mach-rockchip/core.h
@@ -18,5 +18,3 @@ extern char rockchip_secondary_trampoline_end;
extern unsigned long rockchip_boot_fn;
extern void rockchip_secondary_startup(void);
-
-extern struct smp_operations rockchip_smp_ops;