mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
crypto: virtio - Remove unused virtcrypto functions
virtcrypto_devmgr_get_first() and virtcrypto_dev_in_use() were added in
2016 by
commit dbaf0624ff ("crypto: add virtio-crypto driver")
but have remained unused.
Remove them.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
8024774190
commit
1adaaeeb90
@@ -113,8 +113,6 @@ struct virtio_crypto_request {
|
||||
int virtcrypto_devmgr_add_dev(struct virtio_crypto *vcrypto_dev);
|
||||
struct list_head *virtcrypto_devmgr_get_head(void);
|
||||
void virtcrypto_devmgr_rm_dev(struct virtio_crypto *vcrypto_dev);
|
||||
struct virtio_crypto *virtcrypto_devmgr_get_first(void);
|
||||
int virtcrypto_dev_in_use(struct virtio_crypto *vcrypto_dev);
|
||||
int virtcrypto_dev_get(struct virtio_crypto *vcrypto_dev);
|
||||
void virtcrypto_dev_put(struct virtio_crypto *vcrypto_dev);
|
||||
int virtcrypto_dev_started(struct virtio_crypto *vcrypto_dev);
|
||||
|
||||
Reference in New Issue
Block a user