diff options
Diffstat (limited to 'drivers/soc/fsl/qbman/qman.c')
| -rw-r--r-- | drivers/soc/fsl/qbman/qman.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/soc/fsl/qbman/qman.c b/drivers/soc/fsl/qbman/qman.c index a1b9be1d105a..fde4edd83c14 100644 --- a/drivers/soc/fsl/qbman/qman.c +++ b/drivers/soc/fsl/qbman/qman.c @@ -186,7 +186,7 @@ struct qm_eqcr_entry {  	__be32 tag;  	struct qm_fd fd;  	u8 __reserved3[32]; -} __packed; +} __packed __aligned(8);  #define QM_EQCR_VERB_VBIT		0x80  #define QM_EQCR_VERB_CMD_MASK		0x61	/* but only one value; */  #define QM_EQCR_VERB_CMD_ENQUEUE	0x01 | 
