Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2e6b7b7 authored by Brian Norris's avatar Brian Norris
Browse files

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: default avatarBrian Norris <computersforpeace@gmail.com>
Acked-by: default avatarHuang Shijie <b32955@freescale.com>
parent 8429bb39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ struct nand_onfi_params {
	u8 vendor[88];

	__le16 crc;
} __attribute__((packed));
} __packed;

#define ONFI_CRC_BASE	0x4F4E