Commit e4a46d66 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: kernel: fmc-tdc: Remove '__packed' attribute

We don't need smallest possible alignment for this structure. Thus,
remove the attribute.
Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 724b0f91
......@@ -85,7 +85,7 @@ struct ft_hw_timestamp {
uint32_t coarse; /* 8 ns resolution */
uint32_t frac; /* In ACAM bins (81 ps) */
uint32_t metadata; /* channel, polarity, etc. */
} __packed;
};
#define FT_HW_TS_META_CHN_MASK 0x7
#define FT_HW_TS_META_CHN_SHIFT 0
......
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