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