hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/smp.h
....@@ -8,7 +8,6 @@
88
99 #ifdef CONFIG_SMP
1010
11
-#include <linux/spinlock.h>
1211 #include <linux/atomic.h>
1312 #include <asm/current.h>
1413 #include <asm/percpu.h>
....@@ -72,7 +71,7 @@
7271
7372 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \
7473 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") \
7675 = { .method = _method, .ops = _ops }
7776
7877 #else