]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xxx/usb_ohci.h
Replace __attribute references with __attribute__
[u-boot] / cpu / mpc5xxx / usb_ohci.h
index 884f1d5e519cf3266279b12de7708ab5c42ca4b9..6eedbdd1d9f74efd4037978f187a1119a422c0e2 100644 (file)
@@ -56,7 +56,7 @@ struct ed {
 
        struct usb_device *usb_dev;
        __u32 unused[3];
-} __attribute((aligned(16)));
+} __attribute__((aligned(16)));
 typedef struct ed ed_t;
 
 
@@ -113,7 +113,7 @@ struct td {
        __u32 data;
 
        __u32 unused2[2];
-} __attribute((aligned(32)));
+} __attribute__((aligned(32)));
 typedef struct td td_t;
 
 #define OHCI_ED_SKIP   (1 << 14)
@@ -136,7 +136,7 @@ struct ohci_hcca {
 #endif
        __u32   done_head;              /* info returned for an interrupt */
        u8              reserved_for_hc[116];
-} __attribute((aligned(256)));
+} __attribute__((aligned(256)));
 
 
 /*
@@ -178,7 +178,7 @@ struct ohci_regs {
                __u32   status;
                __u32   portstatus[MAX_ROOT_PORTS];
        } roothub;
-} __attribute((aligned(32)));
+} __attribute__((aligned(32)));
 
 
 /* OHCI CONTROL AND STATUS REGISTER MASKS */