diff options
Diffstat (limited to 'include/asm-powerpc/types.h')
-rw-r--r-- | include/asm-powerpc/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/types.h b/include/asm-powerpc/types.h index 3b363757a2b..a584341c87e 100644 --- a/include/asm-powerpc/types.h +++ b/include/asm-powerpc/types.h @@ -48,7 +48,7 @@ typedef unsigned long long __u64; typedef struct { __u32 u[4]; -} __attribute((aligned(16))) __vector128; +} __attribute__((aligned(16))) __vector128; #endif /* __ASSEMBLY__ */ |