projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826775b
)
crypto: picoxcell - Include linux/sizes.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 11 Jun 2015 03:28:32 +0000
(11:28 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 12 Jun 2015 14:45:07 +0000
(22:45 +0800)
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>
drivers/crypto/picoxcell_crypto.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/picoxcell_crypto.c
b/drivers/crypto/picoxcell_crypto.c
index eb2a0ca49eda4f65715586f22c8f866f67f66f82..aabf9d4f8e2eeb4cfb7af8f0948ae97357de3e46 100644
(file)
--- 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>