kernel/arch/sh/include/asm/smp.h
.. .. @@ -8,7 +8,6 @@ 8 8 9 9 #ifdef CONFIG_SMP 10 10 11 -#include <linux/spinlock.h>12 11 #include <linux/atomic.h> 13 12 #include <asm/current.h> 14 13 #include <asm/percpu.h> .. .. @@ -72,7 +71,7 @@ 72 71 73 72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ 74 73 static const struct of_cpu_method __cpu_method_of_table_##name \ 75 - __used __section(__cpu_method_of_table) \74 + __used __section("__cpu_method_of_table") \76 75 = { .method = _method, .ops = _ops } 77 76 78 77 #else