[U-Boot] [PATCH 1/2] Replace __attribute references with __attribute__
Wolfgang Denk
wd at denx.de
Tue Apr 28 01:01:52 CEST 2009
Dear Peter Tyser,
In message <1240243726-17065-1-git-send-email-ptyser at xes-inc.com> you wrote:
> __attribute__ follows gcc's documented syntax and is generally more
> common than __attribute. This change is only asthetic and should not
> affect functionality.
>
> Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> ---
> cpu/arm920t/at91rm9200/ether.c | 5 +++--
> cpu/arm920t/s3c24x0/usb_ohci.h | 8 ++++----
> cpu/mips/au1x00_usb_ohci.h | 8 ++++----
> cpu/mpc5xxx/usb_ohci.h | 8 ++++----
> cpu/mpc86xx/cpu.c | 2 +-
> cpu/ppc4xx/usb_ohci.h | 8 ++++----
> drivers/mmc/mmc.c | 4 ++--
> drivers/usb/host/ohci.h | 8 ++++----
> drivers/usb/musb/musb_core.h | 2 +-
> include/asm-m68k/types.h | 2 +-
> include/asm-ppc/types.h | 2 +-
> include/asm-sparc/types.h | 2 +-
> net/eth.c | 4 ++--
> 13 files changed, 32 insertions(+), 31 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Voodoo Programming: Things programmers do that they know shouldn't
work but they try anyway, and which sometimes actually work, such as
recompiling everything. - Karl Lehenbauer
More information about the U-Boot
mailing list