Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc97f19d authored by Adrian Bunk's avatar Adrian Bunk Committed by Herbert Xu
Browse files

[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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3e16bfba
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,8 @@
#include <linux/module.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/scatterlist.h>


#include "internal.h"

static int init(struct hash_desc *desc)
static int init(struct hash_desc *desc)
{
{
	struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
	struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);