projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e16bfb
)
[CRYPTO] digest: Include internal.h for prototypes
author
Adrian Bunk
<bunk@kernel.org>
Wed, 5 Mar 2008 11:05:54 +0000
(19:05 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 5 Mar 2008 11:05:54 +0000
(19:05 +0800)
Every file should include the headers containing the externs for its
global code (in this case for struct crypto_{init,exit}_digest_ops()).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/digest.c
patch
|
blob
|
history
diff --git
a/crypto/digest.c
b/crypto/digest.c
index
6fd43bd
..
b526cc3
100644
(file)
--- a/
crypto/digest.c
+++ b/
crypto/digest.c
@@
-21,6
+21,8
@@
#include <linux/module.h>
#include <linux/scatterlist.h>
+#include "internal.h"
+
static int init(struct hash_desc *desc)
{
struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);