mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[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>
This commit is contained in:
parent
3e16bfbaf3
commit
bc97f19dc8
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue