mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
crypto: ccp - Remove unused struct ccp_crypto_cpu
After commit bc3854476f36("crypto: ccp - Use a single queue for proper ordering
of tfm requests"), no one use struct ccp_crypto_cpu, so remove it.
Signed-off-by: Yuan Can <yuancan@huawei.com>
Acked-by: John Allen <john.allen@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
839b8ae2fc
commit
375de984a3
|
|
@ -78,13 +78,6 @@ struct ccp_crypto_cmd {
|
|||
int ret;
|
||||
};
|
||||
|
||||
struct ccp_crypto_cpu {
|
||||
struct work_struct work;
|
||||
struct completion completion;
|
||||
struct ccp_crypto_cmd *crypto_cmd;
|
||||
int err;
|
||||
};
|
||||
|
||||
static inline bool ccp_crypto_success(int err)
|
||||
{
|
||||
if (err && (err != -EINPROGRESS) && (err != -EBUSY))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user