From: Sascha Hauer <s.hauer@pengutronix.de>
To: franck.jullien@gmail.com
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] nios2: remove warnings generated by include/io.h
Date: Fri, 14 Oct 2011 09:33:19 +0200 [thread overview]
Message-ID: <20111014073319.GC13898@pengutronix.de> (raw)
In-Reply-To: <1318449696-17671-1-git-send-email-franck.jullien@gmail.com>
On Wed, Oct 12, 2011 at 10:01:36PM +0200, franck.jullien@gmail.com wrote:
> From: Franck Jullien <franck.jullien@gmail.com>
>
> This patch remove those warnings in nios2 drivers:
>
> include/io.h:7:5: warning: "__BYTE_ORDER" is not defined
> include/io.h:7:21: warning: "__BIG_ENDIAN" is not defined
>
> Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
Applied to master.
Sascha
> ---
> arch/nios2/include/asm/io.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h
> index 0d24205..502edf6 100644
> --- a/arch/nios2/include/asm/io.h
> +++ b/arch/nios2/include/asm/io.h
> @@ -24,6 +24,8 @@
> #ifndef __ASM_NIOS2_IO_H_
> #define __ASM_NIOS2_IO_H_
>
> +#include <asm/byteorder.h>
> +
> #define __raw_writeb(v, a) (*(volatile unsigned char *)(a) = (v))
> #define __raw_writew(v, a) (*(volatile unsigned short *)(a) = (v))
> #define __raw_writel(v, a) (*(volatile unsigned int *)(a) = (v))
> --
> 1.7.7
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2011-10-14 7:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-12 20:01 franck.jullien
2011-10-14 7:33 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111014073319.GC13898@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=franck.jullien@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox