wl1271: remove deprecated __attribute__ ((packed))
authorLuciano Coelho <luciano.coelho@nokia.com>
Tue, 5 Oct 2010 11:58:49 +0000 (14:58 +0300)
committerLuciano Coelho <luciano.coelho@nokia.com>
Tue, 5 Oct 2010 13:27:53 +0000 (16:27 +0300)
One __attribute__ ((packed)) has been accidentally introduced in commit
be86cbea1e9c3a4dd8faedcfa327495d09fe3531.  This patch changes it to __packed.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
drivers/net/wireless/wl12xx/wl1271_cmd.h

index ed80bec1aea4739194694129ea85e59de22fc481..a0caf4fc37b1a4936917b3287442e72d1fa5fdd8 100644 (file)
@@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {
 
        u8 state;
        u8 padding[3];
-} __attribute__ ((packed));
+} __packed;
 
 #endif /* __WL1271_CMD_H__ */