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)
commit802c60e3684e05633158055b862a99e0590f6327
tree62298ef1f1a78cdbee2a13ce4eb766994eded7b8
parent499f7a9660926c9176563bf8da22abf585b65e65
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