> > > +static int nx842_powernv_crypto_init_vas(struct crypto_tfm *tfm)
> > > +{
> > > + struct nx842_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
> > > + struct nx842_workmem *wmem;
> > > + struct nx842_coproc *coproc;
> > > + int ret;
> > > +
> > > + ret = nx842_crypto_in
eclaration]
In:
commit 313ea293e9c4d1eabcaddd2c0800f083b03c2a2e
Author: Ruchika Gupta
crypto: caam - Add Platform driver for Job Ring
We added a reference to of_iomap but did add the necessary include file.
The below adds this include.
Signed-off-by: Michael Neuling
diff --git a/drivers/crypto/caam/jr.c b