浏览代码

[CRYPTO] digest: Include internal.h for prototypes

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>
Adrian Bunk 17 年之前
父节点
当前提交
bc97f19dc8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      crypto/digest.c

+ 2 - 0
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);