Commit 761a2c4f authored by Christophe Ricard's avatar Christophe Ricard Committed by Samuel Ortiz

NFC: st21nfca: Add __packed to struct st21nfca_pipe_info

Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent c5b0c370
...@@ -89,7 +89,7 @@ struct st21nfca_pipe_info { ...@@ -89,7 +89,7 @@ struct st21nfca_pipe_info {
u8 src_gate_id; u8 src_gate_id;
u8 dst_host_id; u8 dst_host_id;
u8 dst_gate_id; u8 dst_gate_id;
}; } __packed;
/* Largest headroom needed for outgoing custom commands */ /* Largest headroom needed for outgoing custom commands */
#define ST21NFCA_CMDS_HEADROOM 7 #define ST21NFCA_CMDS_HEADROOM 7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment