treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / arch / sh / include / asm / smp.h
index 100bf241340b92373bba3787a27272c795034283..199381f77293c798ef8998fa14581d8c9b6f07a0 100644 (file)
@@ -71,7 +71,7 @@ struct of_cpu_method {
 
 #define CPU_METHOD_OF_DECLARE(name, _method, _ops)                     \
        static const struct of_cpu_method __cpu_method_of_table_##name  \
-               __used __section(__cpu_method_of_table)                 \
+               __used __section("__cpu_method_of_table")               \
                = { .method = _method, .ops = _ops }
 
 #else