]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: qat - make adf_dev_autoreset() static
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Thu, 17 Jul 2025 10:05:43 +0000 (11:05 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 27 Jul 2025 12:41:45 +0000 (22:41 +1000)
commit301eee1c52d4b8f4d4d995feb932dae742e92bda
treef579bd71ac7f20d52365068cb33b6f09fda77cf0
parenta71475582ada92ba021852bf3c2b40ab3718549b
crypto: qat - make adf_dev_autoreset() static

The function adf_dev_autoreset() is only used within adf_aer.c and does
not need to be exposed outside the compilation unit.  Make it static and
remove it from the header adf_common_drv.h.

This does not introduce any functional change.

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Ahsan Atta <ahsan.atta@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_common/adf_aer.c
drivers/crypto/intel/qat/qat_common/adf_common_drv.h