]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm920t/at91rm9200/ether.c
Replace __attribute references with __attribute__
[people/ms/u-boot.git] / cpu / arm920t / at91rm9200 / ether.c
index b00b948ee86111adf35648ead0b4aaaa34af95f2..d9d33a23208e7e744662eabd3012c1753936d3cf 100644 (file)
@@ -53,10 +53,11 @@ typedef struct {
 #if defined(CONFIG_CMD_NET)
 
 /* alignment as per Errata #11 (64 bytes) is insufficient! */
-rbf_t rbfdt[RBF_FRAMEMAX] __attribute((aligned(512)));
+rbf_t rbfdt[RBF_FRAMEMAX] __attribute__((aligned(512)));
 rbf_t *rbfp;
 
-unsigned char rbf_framebuf[RBF_FRAMEMAX][RBF_FRAMELEN] __attribute((aligned(4)));
+unsigned char rbf_framebuf[RBF_FRAMEMAX][RBF_FRAMELEN]
+       __attribute__((aligned(4)));
 
 /* structure to interface the PHY */
 AT91S_PhyOps PhyOps;