diff options
author | Li Yang <leoyang.li@nxp.com> | 2020-09-22 17:38:21 -0500 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2020-09-22 17:38:21 -0500 |
commit | 1fe44191f361a88b0f9600a5bbc8ebf7ede642ce (patch) | |
tree | 2ff11f77d28563780a9a4ebafd1948ec68c4e163 /drivers/soc/fsl | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) |
soc: fsl: qman: fix -Wpacked-not-aligned warnings
This fixes compile warnings from the -Wpacked-not-aligned option.
In file included from ../drivers/crypto/caam/qi.c:12:
../include/soc/fsl/qman.h:259:1: warning: alignment 1 of ‘struct qm_dqrr_entry’ is less than 8 [-Wpacked-not-aligned]
} __packed;
^
../include/soc/fsl/qman.h:292:2: warning: alignment 1 of ‘struct <anonymous>’ is less than 8 [-Wpacked-not-aligned]
} __packed ern;
^
Reported-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc/fsl')
0 files changed, 0 insertions, 0 deletions