From: Herbert Xu Date: Thu, 11 Jun 2015 03:28:32 +0000 (+0800) Subject: crypto: picoxcell - Include linux/sizes.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=72071fe43e8dad13f2a30897876d72463d46d065;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git crypto: picoxcell - Include linux/sizes.h This driver uses SZ_64K so it should include linux/sizes.h rather than relying on others to pull it in for it. Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c index eb2a0ca49eda..aabf9d4f8e2e 100644 --- a/drivers/crypto/picoxcell_crypto.c +++ b/drivers/crypto/picoxcell_crypto.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include