aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2014-04-01 00:34:04 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2014-04-22 00:37:29 +0200
commit761a2c4f90d6ea5a821050edccff13adc4a34fae (patch)
treebcc96f06d5b2f8f9b65b02ac721f5588828d3646 /drivers/nfc
parentNFC: st21nfca: Remove sporadic wait_tab variable from functions. (diff)
downloadlinux-dev-761a2c4f90d6ea5a821050edccff13adc4a34fae.tar.xz
linux-dev-761a2c4f90d6ea5a821050edccff13adc4a34fae.zip
NFC: st21nfca: Add __packed to struct st21nfca_pipe_info
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/st21nfca/st21nfca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st21nfca/st21nfca.c b/drivers/nfc/st21nfca/st21nfca.c
index d9fe09ea26a5..d001e6afdb8c 100644
--- a/drivers/nfc/st21nfca/st21nfca.c
+++ b/drivers/nfc/st21nfca/st21nfca.c
@@ -89,7 +89,7 @@ struct st21nfca_pipe_info {
u8 src_gate_id;
u8 dst_host_id;
u8 dst_gate_id;
-};
+} __packed;
/* Largest headroom needed for outgoing custom commands */
#define ST21NFCA_CMDS_HEADROOM 7