diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2014-03-31 18:34:04 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-04-21 18:37:29 -0400 |
commit | 761a2c4f90d6ea5a821050edccff13adc4a34fae (patch) | |
tree | bcc96f06d5b2f8f9b65b02ac721f5588828d3646 /drivers/nfc/st21nfca | |
parent | c5b0c370fcbb6410bc59fcf07847acf938cbc6b4 (diff) |
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/st21nfca')
-rw-r--r-- | drivers/nfc/st21nfca/st21nfca.c | 2 |
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 { | |||
89 | u8 src_gate_id; | 89 | u8 src_gate_id; |
90 | u8 dst_host_id; | 90 | u8 dst_host_id; |
91 | u8 dst_gate_id; | 91 | u8 dst_gate_id; |
92 | }; | 92 | } __packed; |
93 | 93 | ||
94 | /* Largest headroom needed for outgoing custom commands */ | 94 | /* Largest headroom needed for outgoing custom commands */ |
95 | #define ST21NFCA_CMDS_HEADROOM 7 | 95 | #define ST21NFCA_CMDS_HEADROOM 7 |