2018-03-19 01:06:51

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the crypto tree

Hi Herbert,

After merging the crypto tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

In file included from drivers/crypto/chelsio/chcr_ipsec.c:66:0:
drivers/crypto/chelsio/chcr_crypto.h:343:12: warning: 'chcr_ahash_continue' declared 'static' but never defined [-Wunused-function]
static int chcr_ahash_continue(struct ahash_request *req);
^~~~~~~~~~~~~~~~~~~

Introduced by commit

5110e65536f3 ("crypto: chelsio -Split Hash requests for large scatter gather list")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2018-03-19 05:46:19

by Harsh Jain

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the crypto tree



On 19-03-2018 06:34, Stephen Rothwell wrote:
> Hi Herbert,
>
> After merging the crypto tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> In file included from drivers/crypto/chelsio/chcr_ipsec.c:66:0:
> drivers/crypto/chelsio/chcr_crypto.h:343:12: warning: 'chcr_ahash_continue' declared 'static' but never defined [-Wunused-function]
> static int chcr_ahash_continue(struct ahash_request *req);
> ^~~~~~~~~~~~~~~~~~~
>
> Introduced by commit
>
> 5110e65536f3 ("crypto: chelsio -Split Hash requests for large scatter gather list")
>
Hi Stephen/Herbert,

I will submit the fix to cryptodev tree.

Thanks & Regards
Harsh Jain