treewide: Convert macro and uses of __section(foo) to __section("foo")
[linux-2.6-microblaze.git] / arch / arm64 / kernel / smp_spin_table.c
index 5892e79..056772c 100644 (file)
@@ -19,7 +19,7 @@
 #include <asm/smp_plat.h>
 
 extern void secondary_holding_pen(void);
-volatile unsigned long __section(.mmuoff.data.read)
+volatile unsigned long __section(".mmuoff.data.read")
 secondary_holding_pen_release = INVALID_HWID;
 
 static phys_addr_t cpu_release_addr[NR_CPUS];