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: safexcel - Remove unused declaration safexcel_ring_first_rptr()

Commit 9744fec95f06 ("crypto: inside-secure - remove request list to
improve performance") declar this but never implemented.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Yue Haibing and committed by
Herbert Xu
f132386d 9a7db819

-1
-1
drivers/crypto/inside-secure/safexcel.h
··· 897 897 int safexcel_select_ring(struct safexcel_crypto_priv *priv); 898 898 void *safexcel_ring_next_rptr(struct safexcel_crypto_priv *priv, 899 899 struct safexcel_desc_ring *ring); 900 - void *safexcel_ring_first_rptr(struct safexcel_crypto_priv *priv, int ring); 901 900 void safexcel_ring_rollback_wptr(struct safexcel_crypto_priv *priv, 902 901 struct safexcel_desc_ring *ring); 903 902 struct safexcel_command_desc *safexcel_add_cdesc(struct safexcel_crypto_priv *priv,