diff options
author | Shashank Gupta <shashank.gupta@intel.com> | 2023-02-27 15:55:45 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-03-14 17:06:44 +0800 |
commit | 88fca80ec9394f06adae712da409748171ad9d95 (patch) | |
tree | 85853748a5059e675676896ca7fad7efa79c1252 /sound/core/isadma.c | |
parent | b97c5377d659863ac4e64eef5c5b8f0524e95fdb (diff) | |
download | linux-stable-88fca80ec9394f06adae712da409748171ad9d95.tar.gz linux-stable-88fca80ec9394f06adae712da409748171ad9d95.tar.bz2 linux-stable-88fca80ec9394f06adae712da409748171ad9d95.zip |
crypto: qat - make state machine functions static
The state machine functions adf_dev_init(), adf_dev_start(),
adf_dev_stop() adf_dev_shutdown() and adf_dev_shutdown_cache_cfg()
are only used internally within adf_init.c.
Do not export these functions and make them static as state transitions
are now performed using the safe function adf_dev_up() and
adf_dev_down().
This commit does not implement any functional change.
Signed-off-by: Shashank Gupta <shashank.gupta@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'sound/core/isadma.c')
0 files changed, 0 insertions, 0 deletions