2013-11-26 07:50:00

by shh.xie

[permalink] [raw]
Subject: [PATCH] crypto/caam/jr.c: include linux/of_address.h

From: Shaohui Xie <[email protected]>

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 <[email protected]>
---
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


2013-11-26 09:44:29

by Ruchika Gupta

[permalink] [raw]
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: [email protected] [mailto:linux-crypto-
> [email protected]] On Behalf Of [email protected]
> Sent: Tuesday, November 26, 2013 12:00 PM
> To: [email protected]; [email protected]
> Cc: [email protected]; [email protected]; Xie Shaohui-B21989
> Subject: [PATCH] crypto/caam/jr.c: include linux/of_address.h
>
> From: Shaohui Xie <[email protected]>
>
> 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 <[email protected]>
> ---
> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html


Attachments:
(No filename) (2.26 kB)

2013-11-26 10:05:41

by Shaohui Xie

[permalink] [raw]
Subject: RE: [PATCH] crypto/caam/jr.c: include linux/of_address.h

Thanks!
I'm not in the list, did not see the patch.
So just ignore this patch.

Best Regards,
Shaohui Xie


> -----Original Message-----
> From: Gupta Ruchika-R66431
> Sent: Tuesday, November 26, 2013 5:43 PM
> To: [email protected]; [email protected]; linux-
> [email protected]
> Cc: [email protected]; [email protected]; Xie Shaohui-B21989
> 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: [email protected] [mailto:linux-crypto-
> > [email protected]] On Behalf Of [email protected]
> > Sent: Tuesday, November 26, 2013 12:00 PM
> > To: [email protected]; [email protected]
> > Cc: [email protected]; [email protected]; Xie
> > Shaohui-B21989
> > Subject: [PATCH] crypto/caam/jr.c: include linux/of_address.h
> >
> > From: Shaohui Xie <[email protected]>
> >
> > 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 <[email protected]>
> > ---
> > 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 [email protected]
> > More majordomo info at http://vger.kernel.org/majordomo-info.html