From: Ruchika Gupta Subject: RE: [PATCH] crypto/caam/jr.c: include linux/of_address.h Date: Tue, 26 Nov 2013 09:43:05 +0000 Message-ID: References: <1385447405-7784-1-git-send-email-shh.xie@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="_002_B2B5EF0D8FDD10429C8DE6C4C2B382820947AA44039SN2MPN102303_" Cc: "herbert@gondor.hengli.com.au" , "davem@davemloft.net" , Shaohui Xie To: "shh.xie@gmail.com" , "linux-crypto@vger.kernel.org" , "linux-kernel@vger.kernel.org" Return-path: Received: from [216.32.181.186] ([216.32.181.186]:57476 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750803Ab3KZJo3 (ORCPT ); Tue, 26 Nov 2013 04:44:29 -0500 In-Reply-To: <1385447405-7784-1-git-send-email-shh.xie@gmail.com> Content-Language: en-US Sender: linux-crypto-owner@vger.kernel.org List-ID: --_002_B2B5EF0D8FDD10429C8DE6C4C2B382820947AA44039SN2MPN102303_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable A Patch for this has already been submitted. Regards, Ruchika > -----Original Message----- > From: linux-crypto-owner@vger.kernel.org [mailto:linux-crypto- > owner@vger.kernel.org] On Behalf Of shh.xie@gmail.com > Sent: Tuesday, November 26, 2013 12:00 PM > To: linux-crypto@vger.kernel.org; linux-kernel@vger.kernel.org > Cc: herbert@gondor.hengli.com.au; davem@davemloft.net; Xie Shaohui-B21989 > Subject: [PATCH] crypto/caam/jr.c: include linux/of_address.h >=20 > From: Shaohui Xie >=20 > to avoid a compile error: >=20 > 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=3Dimplicit-function-declaration] > drivers/crypto/caam/jr.c:468:7: warning: assignment makes pointer from > integer without a cast [enabled by default] >=20 > Signed-off-by: Shaohui Xie > --- > drivers/crypto/caam/jr.c | 1 + > 1 file changed, 1 insertion(+) >=20 > 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 @@ > */ >=20 > #include > +#include >=20 > #include "compat.h" > #include "regs.h" > -- > 1.8.4.1 >=20 >=20 > -- > To unsubscribe from this list: send the line "unsubscribe linux-crypto" i= n > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html --_002_B2B5EF0D8FDD10429C8DE6C4C2B382820947AA44039SN2MPN102303_ Content-Type: message/rfc822 Content-Disposition: attachment; creation-date="Tue, 26 Nov 2013 09:43:03 GMT"; modification-date="Tue, 26 Nov 2013 09:43:03 GMT" From: Ruchika Gupta To: Michael Neuling CC: Vakul Garg , Herbert Xu , "linux-crypto@vger.kernel.org" , "sfr@canb.auug.org.au" Subject: RE: [PATCH] crypto: caam - Add missing Job Ring include Thread-Topic: [PATCH] crypto: caam - Add missing Job Ring include Thread-Index: AQHO5BV32tLO7FiHcEefwribOqzGAZor6Bbw Date: Tue, 19 Nov 2013 04:17:29 +0000 References: <7301.1384748401@ale.ozlabs.ibm.com> In-Reply-To: <7301.1384748401@ale.ozlabs.ibm.com> Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Acked-by: Ruchika Gupta > -----Original Message----- > From: linux-crypto-owner@vger.kernel.org [mailto:linux-crypto- > owner@vger.kernel.org] On Behalf Of Michael Neuling > Sent: Monday, November 18, 2013 9:50 AM > To: Gupta Ruchika-R66431 > Cc: Garg Vakul-B16394; Herbert Xu; linux-crypto@vger.kernel.org; > sfr@canb.auug.org.au > Subject: [PATCH] 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=3Dimplicit-function-declaration] > > 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/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 > +#include > > #include "compat.h" > #include "regs.h" > -- > To unsubscribe from this list: send the line "unsubscribe linux-crypto" i= n > the body of a message to majordomo@vger.kernel.org More majordomo info at > http://vger.kernel.org/majordomo-info.html --_002_B2B5EF0D8FDD10429C8DE6C4C2B382820947AA44039SN2MPN102303_--