treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / arch / powerpc / kvm / book3s_64_vio_hv.c
index 470e7c518a109d2b57e0694cc1876633f6144fd0..083a4e037718d924a5782ef8190560c6c28865e5 100644 (file)
@@ -32,7 +32,7 @@
 #ifdef CONFIG_BUG
 
 #define WARN_ON_ONCE_RM(condition)     ({                      \
-       static bool __section(.data.unlikely) __warned;         \
+       static bool __section(".data.unlikely") __warned;       \
        int __ret_warn_once = !!(condition);                    \
                                                                \
        if (unlikely(__ret_warn_once && !__warned)) {           \