]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sparc/types.h
Replace __attribute references with __attribute__
[u-boot] / include / asm-sparc / types.h
index 2cf974a7a9cf5e805f1d1937a6c20ca2b26a3fc9..0a8a26c5976ebe1d6c94a8b9cb4bb4c02b2db52c 100644 (file)
@@ -42,7 +42,7 @@ typedef unsigned long long __u64;
 
 typedef struct {
        __u32 u[4];
-} __attribute((aligned(16))) vector128;
+} __attribute__((aligned(16))) vector128;
 
 #ifdef __KERNEL__
 /*