Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <giovanni.cabiddu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Giovanni Cabiddu and committed by
Herbert Xu
9057f824 12a2b40d

-1
-1
drivers/crypto/intel/qat/qat_common/adf_cfg_services.c
··· 20 20 [SVC_DC_SYM] = ADF_CFG_DC_SYM, 21 21 [SVC_SYM_DC] = ADF_CFG_SYM_DC, 22 22 }; 23 - EXPORT_SYMBOL_GPL(adf_cfg_services); 24 23 25 24 int adf_get_service_enabled(struct adf_accel_dev *accel_dev) 26 25 {