diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-06-11 11:28:32 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-06-12 22:45:07 +0800 |
commit | 72071fe43e8dad13f2a30897876d72463d46d065 (patch) | |
tree | 91c356549421dbeffbe18e026fbf56fa0b199a44 /drivers/crypto | |
parent | 826775bbf38fb7fbc8896482d341dc38cf84c811 (diff) | |
download | linux-72071fe43e8dad13f2a30897876d72463d46d065.tar.bz2 |
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 <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/picoxcell_crypto.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/rtnetlink.h> #include <linux/scatterlist.h> #include <linux/sched.h> +#include <linux/sizes.h> #include <linux/slab.h> #include <linux/timer.h> |