aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/scatterwalk.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-05-26 15:32:05 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2014-06-20 21:26:04 +0800
commitbb55a4c100abbb8d2a41e732f6362c575a7094e6 (patch)
tree9218210796fbefc1b52831a53cc4da7f1c898b54 /include/crypto/scatterwalk.h
parentLinux 3.16-rc1 (diff)
downloadlinux-dev-bb55a4c100abbb8d2a41e732f6362c575a7094e6.tar.xz
linux-dev-bb55a4c100abbb8d2a41e732f6362c575a7094e6.zip
crypto: api - Move crypto_yield() to algapi.h
It makes no sense for crypto_yield() to be defined in scatterwalk.h , move it into algapi.h as it's an internal function to crypto API. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/scatterwalk.h')
-rw-r--r--include/crypto/scatterwalk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/crypto/scatterwalk.h b/include/crypto/scatterwalk.h
index 6a626a507b8c..7ef512f8631c 100644
--- a/include/crypto/scatterwalk.h
+++ b/include/crypto/scatterwalk.h
@@ -25,12 +25,6 @@
#include <linux/scatterlist.h>
#include <linux/sched.h>
-static inline void crypto_yield(u32 flags)
-{
- if (flags & CRYPTO_TFM_REQ_MAY_SLEEP)
- cond_resched();
-}
-
static inline void scatterwalk_sg_chain(struct scatterlist *sg1, int num,
struct scatterlist *sg2)
{