From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 26 May 2010 14:09:07 -0400 Subject: [U-Boot] [PATCH] avr32: use generic unaligned.h In-Reply-To: <1274874757-2782-2-git-send-email-xulioc@gmail.com> References: <1274874757-2782-1-git-send-email-xulioc@gmail.com> <1274874757-2782-2-git-send-email-xulioc@gmail.com> Message-ID: <201005261409.08188.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 26 May 2010 07:52:37 Xulio Coira wrote: > Signed-off-by: Xulio Coira > --- > arch/avr32/include/asm/unaligned.h | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > create mode 100644 arch/avr32/include/asm/unaligned.h > > diff --git a/arch/avr32/include/asm/unaligned.h > b/arch/avr32/include/asm/unaligned.h new file mode 100644 > index 0000000..34b9ccc > --- /dev/null > +++ b/arch/avr32/include/asm/unaligned.h > @@ -0,0 +1,6 @@ > +#ifndef _ASM_AVR32_UNALIGNED_H > +#define _ASM_AVR32_UNALIGNED_H > + > +#include > + > +#endif typically #ifdef protection isnt needed when the header is merely a stub that forwards to the asm-generic one. not that it hurts the vast majority of the time. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20100526/926bfa9b/attachment.pgp