treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / arch / arc / include / asm / mach_desc.h
index 73746ed5b834dd9d8a4d91fb6cb337c51b3306c8..c4e197059379dc4aea0c49c3aa966f45f63454b8 100644 (file)
@@ -53,7 +53,7 @@ extern const struct machine_desc __arch_info_begin[], __arch_info_end[];
  */
 #define MACHINE_START(_type, _name)                    \
 static const struct machine_desc __mach_desc_##_type   \
-__used __section(.arch.info.init) = {                  \
+__used __section(".arch.info.init") = {                        \
        .name           = _name,
 
 #define MACHINE_END                            \