]> Git Repo - linux.git/blobdiff - include/linux/compiler_attributes.h
scsi: ibmvfc: Complete commands outside the host/queue lock
[linux.git] / include / linux / compiler_attributes.h
index ea7b756b1c8f18d94576a3224c1f0a9c40ad8861..b2a3f4f641a70745d94e6b84acbc2261d8e7a03d 100644 (file)
  *   gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-section-variable-attribute
  * clang: https://clang.llvm.org/docs/AttributeReference.html#section-declspec-allocate
  */
-#define __section(S)                    __attribute__((__section__(#S)))
+#define __section(section)              __attribute__((__section__(section)))
 
 /*
  *   gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-unused-function-attribute
This page took 0.033494 seconds and 4 git commands to generate.