diff options
author | Adam Guerin <adam.guerin@intel.com> | 2024-02-16 15:19:56 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-02-24 08:41:20 +0800 |
commit | 9a5dcada14d5e027856a1bc38443e54111438da6 (patch) | |
tree | 4fc1675cbb78f44f93a77373c4be55fd5273ff81 /drivers/crypto/intel/qat/qat_common/adf_pfvf_msg.h | |
parent | dfff0e35fa5dd84ae75052ba129b0219d83e46dc (diff) | |
download | linux-stable-9a5dcada14d5e027856a1bc38443e54111438da6.tar.gz linux-stable-9a5dcada14d5e027856a1bc38443e54111438da6.tar.bz2 linux-stable-9a5dcada14d5e027856a1bc38443e54111438da6.zip |
crypto: qat - removed unused macro in adf_cnv_dbgfs.c
This macro was added but never used, remove it.
This is to fix the following warning when compiling the QAT driver
using the clang compiler with CC=clang W=2:
drivers/crypto/intel/qat/qat_common/adf_cnv_dbgfs.c:19:9: warning: macro is not used [-Wunused-macros]
19 | #define CNV_SLICE_ERR_MASK GENMASK(7, 0)
| ^
Fixes: d807f0240c71 ("crypto: qat - add cnv_errors debugfs file")
Signed-off-by: Adam Guerin <adam.guerin@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/intel/qat/qat_common/adf_pfvf_msg.h')
0 files changed, 0 insertions, 0 deletions