2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/crypto/intel/qat
Arnd Bergmann 61fc01f8f7 crypto: qat - add missing header inclusion
Without this header, the build of the new qat_6xxx driver fails when
CONFIG_PCI_IOV is not set:

    In file included from drivers/crypto/intel/qat/qat_common/adf_gen6_shared.c:7:
    drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.h: In function 'adf_gen4_init_pf_pfvf_ops':
    drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.h:13:34: error: 'adf_pfvf_comms_disabled' undeclared (first use in this function)
       13 |         pfvf_ops->enable_comms = adf_pfvf_comms_disabled;
          |                                  ^~~~~~~~~~~~~~~~~~~~~~~

Fixes: 17fd7514ae ("crypto: qat - add qat_6xxx driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-05-23 19:25:47 +08:00
..
qat_4xxx crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_6xxx crypto: qat - enable reporting of error counters for GEN6 devices 2025-05-19 13:48:19 +08:00
qat_420xx crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_c3xxx crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_c3xxxvf crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_c62x crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_c62xvf crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_common crypto: qat - add missing header inclusion 2025-05-23 19:25:47 +08:00
qat_dh895xcc crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
qat_dh895xccvf crypto: qat - refactor compression template logic 2025-05-05 18:20:44 +08:00
Kconfig crypto: qat - add qat_6xxx driver 2025-05-05 18:20:45 +08:00
Makefile crypto: qat - add qat_6xxx driver 2025-05-05 18:20:45 +08:00