aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2010-10-05 14:58:49 +0300
committerLuciano Coelho <luciano.coelho@nokia.com>2010-10-05 16:27:53 +0300
commit5082b823f3b0c781fdbc52910af579e940f6f18e (patch)
tree75c7ec2836836d78ad4fcd361e2043c733696411
parent644a48607cd40954b6fb095b39a3ccaa0204191e (diff)
downloadkernel_samsung_espresso10-5082b823f3b0c781fdbc52910af579e940f6f18e.tar.gz
kernel_samsung_espresso10-5082b823f3b0c781fdbc52910af579e940f6f18e.tar.bz2
kernel_samsung_espresso10-5082b823f3b0c781fdbc52910af579e940f6f18e.zip
wl1271: remove deprecated __attribute__ ((packed))
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>
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_cmd.h b/drivers/net/wireless/wl12xx/wl1271_cmd.h
index ed80bec1aea..a0caf4fc37b 100644
--- a/drivers/net/wireless/wl12xx/wl1271_cmd.h
+++ b/drivers/net/wireless/wl12xx/wl1271_cmd.h
@@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {
u8 state;
u8 padding[3];
-} __attribute__ ((packed));
+} __packed;
#endif /* __WL1271_CMD_H__ */