summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-04-20 16:08:46 (GMT)
committerWolfgang Denk <wd@denx.de>2009-04-27 23:01:39 (GMT)
commitf9a109b3adc5e8647535357500e2a38f0558b5c2 (patch)
tree40ff3b55d9ea638f2effcb7456811cb271622fab /drivers/usb/musb
parent08f077da9298ff65cc6f85f90d2770000a1beee9 (diff)
downloadu-boot-fsl-qoriq-f9a109b3adc5e8647535357500e2a38f0558b5c2.tar.xz
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>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 2597c5f..b81c536 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -97,7 +97,7 @@ struct musb_regs {
u8 rxhubaddr;
u8 rxhubport;
} tar[16];
-} __attribute((aligned(32)));
+} __attribute__((aligned(32)));
/*
* MUSB Register bits