Kukjin Kim wrote: > > Sachin Kamat wrote: > > > > Remove unused declarations that got left behind subsequent to > > making Exynos a DT-only platform. > > > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > > --- > > arch/arm/mach-exynos/common.h | 41 ----------------------------------- > -- > > ---- > > 1 file changed, 41 deletions(-) > > [...] > > - > > -struct device_node; > > - > > extern struct smp_operations exynos_smp_ops; > > > > extern void exynos_cpu_die(unsigned int cpu); > > -- > > 1.7.9.5 > > Looks good to me, applied into -cleanup. > Just note, needed following additionally. -struct device_node; -void combiner_init(void __iomem *combiner_base, struct device_node *np, - unsigned int max_nr, int irq_base); - extern struct smp_operations exynos_smp_ops; extern void exynos_cpu_die(unsigned int cpu); --- Thanks, Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html