From 9057f824c197596b97279caba1c291fe1c26507c Mon Sep 17 00:00:00 2001 From: Giovanni Cabiddu Date: Fri, 14 Feb 2025 16:40:42 +0000 Subject: [PATCH] crypto: qat - do not export adf_cfg_services The symbol `adf_cfg_services` is only used on the intel_qat module. There is no need to export it. Signed-off-by: Giovanni Cabiddu Reviewed-by: Andy Shevchenko Signed-off-by: Herbert Xu --- drivers/crypto/intel/qat/qat_common/adf_cfg_services.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/crypto/intel/qat/qat_common/adf_cfg_services.c b/drivers/crypto/intel/qat/qat_common/adf_cfg_services.c index 2680522944684..d30d686447e2f 100644 --- a/drivers/crypto/intel/qat/qat_common/adf_cfg_services.c +++ b/drivers/crypto/intel/qat/qat_common/adf_cfg_services.c @@ -20,7 +20,6 @@ const char *const adf_cfg_services[] = { [SVC_DC_SYM] = ADF_CFG_DC_SYM, [SVC_SYM_DC] = ADF_CFG_SYM_DC, }; -EXPORT_SYMBOL_GPL(adf_cfg_services); int adf_get_service_enabled(struct adf_accel_dev *accel_dev) { -- 2.47.2