]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: ibmvfc: Use compiler attribute defines instead of __attribute__()
authorTyrel Datwyler <tyreld@linux.ibm.com>
Fri, 4 Sep 2020 23:29:35 +0000 (18:29 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 9 Sep 2020 01:57:44 +0000 (21:57 -0400)
commitd9fb7cbfc1feccdccb1dbf5ff2a2a89312d558b6
tree62298ef1f1a78cdbee2a13ce4eb766994eded7b8
parent9c1d66b2318e507a2289d4fa1f7d405ff7c7980d
scsi: ibmvfc: Use compiler attribute defines instead of __attribute__()

Update ibmvfc.h structs to use the preferred __packed and __aligned()
attribute macros defined in include/linux/compiler_attributes.h in place of
__attribute__().

Link: https://lore.kernel.org/r/20200904232936.840193-1-tyreld@linux.ibm.com
Signed-off-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ibmvscsi/ibmvfc.h