lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <B2B5EF0D8FDD10429C8DE6C4C2B382820947AA44@039-SN2MPN1-023.039d.mgd.msft.net>
Date:	Tue, 26 Nov 2013 09:43:05 +0000
From:	Ruchika Gupta <ruchika.gupta@...escale.com>
To:	"shh.xie@...il.com" <shh.xie@...il.com>,
	"linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:	"herbert@...dor.hengli.com.au" <herbert@...dor.hengli.com.au>,
	"davem@...emloft.net" <davem@...emloft.net>,
	Shaohui Xie <Shaohui.Xie@...escale.com>
Subject: RE: [PATCH] crypto/caam/jr.c: include linux/of_address.h

A Patch for this has already been submitted.

Regards,
Ruchika

> -----Original Message-----
> From: linux-crypto-owner@...r.kernel.org [mailto:linux-crypto-
> owner@...r.kernel.org] On Behalf Of shh.xie@...il.com
> Sent: Tuesday, November 26, 2013 12:00 PM
> To: linux-crypto@...r.kernel.org; linux-kernel@...r.kernel.org
> Cc: herbert@...dor.hengli.com.au; davem@...emloft.net; Xie Shaohui-B21989
> 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-crypto" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Content of type "message/rfc822" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ