treewide: Convert macro and uses of __section(foo) to __section("foo")
[linux-block.git] / arch / s390 / include / asm / cache.h
index d5e22e837416e889f1cb747427bb0731a610f648..00128174c025943d01b773df052b55d4024f0766 100644 (file)
@@ -14,6 +14,6 @@
 #define L1_CACHE_SHIFT     8
 #define NET_SKB_PAD       32
 
-#define __read_mostly __section(.data..read_mostly)
+#define __read_mostly __section(".data..read_mostly")
 
 #endif