]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Replace __attribute references with __attribute__
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 20 Apr 2009 16:08:46 +0000 (11:08 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Apr 2009 23:01:39 +0000 (01:01 +0200)
commitf9a109b3adc5e8647535357500e2a38f0558b5c2
tree40ff3b55d9ea638f2effcb7456811cb271622fab
parent08f077da9298ff65cc6f85f90d2770000a1beee9
Replace __attribute references with __attribute__

__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@xes-inc.com>
13 files changed:
cpu/arm920t/at91rm9200/ether.c
cpu/arm920t/s3c24x0/usb_ohci.h
cpu/mips/au1x00_usb_ohci.h
cpu/mpc5xxx/usb_ohci.h
cpu/mpc86xx/cpu.c
cpu/ppc4xx/usb_ohci.h
drivers/mmc/mmc.c
drivers/usb/host/ohci.h
drivers/usb/musb/musb_core.h
include/asm-m68k/types.h
include/asm-ppc/types.h
include/asm-sparc/types.h
net/eth.c