diff mbox series

[1/2] crypto: qat - do not export adf_cfg_services

Message ID 20250214164855.64851-3-giovanni.cabiddu@intel.com (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: qat - refactor service parsing logic | expand

Commit Message

Giovanni Cabiddu Feb. 14, 2025, 4:40 p.m. UTC
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 <giovanni.cabiddu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/crypto/intel/qat/qat_common/adf_cfg_services.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 268052294468..d30d686447e2 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)
 {