[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1385447405-7784-1-git-send-email-shh.xie@gmail.com>
Date: Tue, 26 Nov 2013 14:30:05 +0800
From: <shh.xie@...il.com>
To: <linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <herbert@...dor.hengli.com.au>, <davem@...emloft.net>,
Shaohui Xie <Shaohui.Xie@...escale.com>
Subject: [PATCH] crypto/caam/jr.c: include linux/of_address.h
From: Shaohui Xie <Shaohui.Xie@...escale.com>
to avoid a compile error:
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]
drivers/crypto/caam/jr.c:468:7: warning: assignment makes pointer from
integer without a cast [enabled by default]
Signed-off-by: Shaohui Xie <Shaohui.Xie@...escale.com>
---
drivers/crypto/caam/jr.c | 1 +
1 file changed, 1 insertion(+)
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"
--
1.8.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists