From: Herbert Xu Date: Thu, 18 Jun 2020 07:00:22 +0000 (+1000) Subject: crypto: api - Prune inclusions in crypto.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d037cb4ae20407df89491f9c2d521ac0723aa15d;p=linux.git 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 --- diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 763863dbc079a..bc5d2d4bfc3df 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -16,9 +16,8 @@ #include #include #include +#include #include -#include -#include #include /*