commit | 1dbb920e342cab987186ad8ed6eac9c1cf710db7 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 30 22:39:13 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 19 21:59:43 2020 +1000 |
tree | 63c7ffba3228c439f8beb778ed5abcc5e2d634e1 | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 [diff] |
crypto: algapi - Move crypto_yield into internal.h This patch moves crypto_yield into internal.h as it's only used by internal code such as skcipher. It also adds a missing inclusion of sched.h which is required for cond_resched. The header files in internal.h have been cleaned up to remove some ancient junk and add some more specific inclusions. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>