crypto: qat - remove unneeded packed attribute
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Thu, 2 Sep 2021 08:34:59 +0000 (09:34 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Sep 2021 03:06:13 +0000 (11:06 +0800)
commit40da865381ad061ab75a7a9da469ed4e623bdfeb
tree24ab39b90374eda1baca1cc8f80cb9c21f36b181
parent70fead3adb4eea70cf6f9dba681394653b1387e3
crypto: qat - remove unneeded packed attribute

Remove packed attribute from structures that do not need to be packed.
These are just used internally and not shared with firmware.

This also fixes a series of warning when compiling the driver with the
flag -Waddress-of-packed-member, similar to the following:

    drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c:102:28: warning: taking address of packed member 'csr_ops' of class or structure 'adf_hw_device_data' may result in an unaligned pointer value

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Wojciech Ziemba <wojciech.ziemba@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_common/adf_accel_devices.h