]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/mtdswap.c
Merge remote-tracking branches 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'asoc/topic...
[karo-tx-linux.git] / drivers / mtd / mtdswap.c
index 48cf6f98df449f5fba4ab8220cbbf2536ca633aa..fc8b3d16cce7ec83dddf9a5d4f8bee860a6f6b66 100644 (file)
@@ -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)