mtd: use __packed shorthand

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
Brian Norris
2014-07-21 19:07:22 -07:00
förälder 1001ff7a4f
incheckning 31f754628c
3 ändrade filer med 13 tillägg och 13 borttagningar

Visa fil

@@ -145,7 +145,7 @@ struct mtdswap_dev {
struct mtdswap_oobdata {
__le16 magic;
__le32 count;
} __attribute__((packed));
} __packed;
#define MTDSWAP_MAGIC_CLEAN 0x2095
#define MTDSWAP_MAGIC_DIRTY (MTDSWAP_MAGIC_CLEAN + 1)