Browse Source

mtd: nand: use __packed shorthand

To be consistent with the rest of include/linux/mtd/nand.h, we should
use the __packed shorthand instead of __attribute__((packed)).

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Huang Shijie <b32955@freescale.com>
Brian Norris 11 năm trước cách đây
mục cha
commit
e2e6b7b7d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/linux/mtd/nand.h

+ 1 - 1
include/linux/mtd/nand.h

@@ -292,7 +292,7 @@ struct nand_onfi_params {
 	u8 vendor[88];
 
 	__le16 crc;
-} __attribute__((packed));
+} __packed;
 
 #define ONFI_CRC_BASE	0x4F4E