On Wed, Oct 12, 2011 at 10:01:36PM +0200, franck.jullien@xxxxxxxxx wrote: > From: Franck Jullien <franck.jullien@xxxxxxxxx> > > 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox