From: Ruchika Gupta Subject: RE: [PATCH] crypto: caam - Add missing Job Ring include Date: Tue, 19 Nov 2013 04:17:31 +0000 Message-ID: References: <7301.1384748401@ale.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: Vakul Garg , Herbert Xu , "linux-crypto@vger.kernel.org" , "sfr@canb.auug.org.au" To: Michael Neuling Return-path: Received: from am1ehsobe003.messaging.microsoft.com ([213.199.154.206]:56146 "EHLO am1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350Ab3KSERh convert rfc822-to-8bit (ORCPT ); Mon, 18 Nov 2013 23:17:37 -0500 In-Reply-To: <7301.1384748401@ale.ozlabs.ibm.com> Content-Language: en-US Sender: linux-crypto-owner@vger.kernel.org List-ID: 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=implicit-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" in > the body of a message to majordomo@vger.kernel.org More majordomo info at > http://vger.kernel.org/majordomo-info.html