public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] avr32: use generic unaligned.h
Date: Wed, 26 May 2010 14:09:07 -0400	[thread overview]
Message-ID: <201005261409.08188.vapier@gentoo.org> (raw)
In-Reply-To: <1274874757-2782-2-git-send-email-xulioc@gmail.com>

On Wednesday 26 May 2010 07:52:37 Xulio Coira wrote:
> Signed-off-by: Xulio Coira <xulioc@gmail.com>
> ---
>  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 <asm-generic/unaligned.h>
> +
> +#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 

      reply	other threads:[~2010-05-26 18:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-26 11:52 [U-Boot] avr32 compilation fixed Xulio Coira
2010-05-26 11:52 ` [U-Boot] [PATCH] avr32: use generic unaligned.h Xulio Coira
2010-05-26 18:09   ` Mike Frysinger [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=201005261409.08188.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /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