carl9170 firmware: replace already defined __section with __in_section
[carl9170fw.git] / include / linux / compiler.h
index b81bf1472800404745d444e0412f2e8304884a5f..f4c6ab1337ca61d11e82d142ac761a40b1294b58 100644 (file)
@@ -24,7 +24,7 @@
 #define __cold         __attribute__((cold))
 #define __unused       __attribute__((unused))
 #define __force                __attribute__((force))
-#define __section(s)   __attribute__((section("." # s)))
+#define __in_section(s)        __attribute__((section("." # s)))
 #define __aligned(a)   __attribute__((aligned(a)))
 #define __packed       __attribute__((packed))
 #define __visible      __attribute__((externally_visible))