]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caam - Add missing Job Ring include
authorMichael Neuling <mikey@neuling.org>
Mon, 18 Nov 2013 04:20:01 +0000 (15:20 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 26 Nov 2013 12:59:27 +0000 (20:59 +0800)
commite9a1f8bd80c0e3cdd00146b48eb1e6523eb9d240
treee939bec193f6f20ed275be23c86e268af4afaef2
parentfaab87ed5fcdaf9e624945da8ae3d5433db639fa
crypto: caam - Add missing Job Ring include

linuxnext currently doesn't compile with the powerpc mpc85xx_defconfig
giving:

  drivers/crypto/caam/jr.c: In function 'caam_jr_probe':
  drivers/crypto/caam/jr.c:468:2: error: implicit declaration of function 'of_iomap' [-Werror=implicit-function-declaration]

In:
  commit 292829dc56a28918a3bba430b857264ccca1dfc4
  Author: Ruchika Gupta <ruchika.gupta@freescale.com>
  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 <mikey@neuling.org>
Acked-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/jr.c