From: Herbert Xu Date: Thu, 11 Jun 2015 03:28:32 +0000 (+0800) Subject: crypto: picoxcell - Include linux/sizes.h X-Git-Tag: v4.2-rc1~160^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72071fe43e8dad13f2a30897876d72463d46d065;p=thirdparty%2Fkernel%2Flinux.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 eb2a0ca49eda4..aabf9d4f8e2ee 100644 --- a/drivers/crypto/picoxcell_crypto.c +++ b/drivers/crypto/picoxcell_crypto.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include