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>
This commit is contained in:
Christophe Ricard 2014-04-01 00:34:04 +02:00 committed by Samuel Ortiz
parent c5b0c370fc
commit 761a2c4f90

View File

@ -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