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_init_admin_pm()

The function adf_init_admin_pm() is not used outside of the intel_qat
module.
Do not export it.

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Damian Muszynski <damian.muszynski@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
d614dcb2 ee174e26

-1
-1
drivers/crypto/intel/qat/qat_common/adf_admin.c
··· 286 286 287 287 return adf_send_admin(accel_dev, &req, &resp, ae_mask); 288 288 } 289 - EXPORT_SYMBOL_GPL(adf_init_admin_pm); 290 289 291 290 int adf_init_admin_comms(struct adf_accel_dev *accel_dev) 292 291 {