treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / include / linux / mtd / xip.h
index a4e352b1dfe6e0b95046c12d4bac0a015b517111..3cac9360588fc97df41e1e508da8bb3e45267e44 100644 (file)
@@ -28,7 +28,7 @@
  * those functions so they get relocated to ram.
  */
 #ifdef CONFIG_XIP_KERNEL
-#define __xipram noinline __attribute__ ((__section__ (".xiptext")))
+#define __xipram noinline __section(".xiptext")
 #endif
 
 /*