diff options
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/types.h b/include/asm-sparc/types.h index 2cf974a..0a8a26c 100644 --- a/include/asm-sparc/types.h +++ b/include/asm-sparc/types.h @@ -42,7 +42,7 @@ typedef unsigned long long __u64; typedef struct { __u32 u[4]; -} __attribute((aligned(16))) vector128; +} __attribute__((aligned(16))) vector128; #ifdef __KERNEL__ /* |