treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / arch / arm / include / asm / smp.h
index 0ca55a607d0a2bcfd38302d9d3fe2cfb13f6097f..5d508f5d56c49d7895cf58499c64392476d84e69 100644 (file)
@@ -112,7 +112,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 }
 /*
  * set platform specific SMP operations