Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: caam - Add missing Job Ring include
@ 2013-11-18  4:20 Michael Neuling
  2013-11-19  4:17 ` Ruchika Gupta
  2013-11-26  9:42 ` Ruchika Gupta
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Neuling @ 2013-11-18  4:20 UTC (permalink / raw)
  To: Ruchika Gupta; +Cc: Garg Vakul-B16394, Herbert Xu, linux-crypto, sfr

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 313ea293e9c4d1eabcaddd2c0800f083b03c2a2e
  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>

diff --git a/drivers/crypto/caam/jr.c b/drivers/crypto/caam/jr.c
index d23356d2..1d80bd3 100644
--- a/drivers/crypto/caam/jr.c
+++ b/drivers/crypto/caam/jr.c
@@ -6,6 +6,7 @@
  */
 
 #include <linux/of_irq.h>
+#include <linux/of_address.h>
 
 #include "compat.h"
 #include "regs.h"

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-26 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18  4:20 [PATCH] crypto: caam - Add missing Job Ring include Michael Neuling
2013-11-19  4:17 ` Ruchika Gupta
2013-11-26 12:59   ` Herbert Xu
2013-11-26  9:42 ` Ruchika Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox