]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: api - Prune inclusions in crypto.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Jun 2020 07:00:22 +0000 (17:00 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jun 2020 04:46:43 +0000 (14:46 +1000)
commitafc815f745d410f0fe27a29293ff19f1cd411ee6
treefa0ddffb989019814db15e35a5a0ad0762dfc422
parenteb82a142037fae0b1d353ea0f6bfc21972bcda32
crypto: api - Prune inclusions in crypto.h

We haven't used string.h since the memcpy calls were removed so
this patch removes its inclusion.  The file uaccess.h isn't needed
at all.  However, removing it reveals that we do need to add an
inclusion for refcount.h.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/crypto.h