arm64: reorganise smp_enable_ops
[deliverable/linux.git] / arch / arm64 / include / asm / smp.h
index 4b8023c5d14619d23b329cd169b226f412a0e6c3..7e34295f78e325ac59dead45f440d20c1d4db319 100644 (file)
@@ -66,15 +66,4 @@ extern volatile unsigned long secondary_holding_pen_release;
 extern void arch_send_call_function_single_ipi(int cpu);
 extern void arch_send_call_function_ipi_mask(const struct cpumask *mask);
 
-struct device_node;
-
-struct smp_enable_ops {
-       const char      *name;
-       int             (*init_cpu)(struct device_node *, int);
-       int             (*prepare_cpu)(int);
-};
-
-extern const struct smp_enable_ops smp_spin_table_ops;
-extern const struct smp_enable_ops smp_psci_ops;
-
 #endif /* ifndef __ASM_SMP_H */
This page took 0.039867 seconds and 5 git commands to generate.