diff options
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/types.h b/include/asm-m68k/types.h index 44b4ca5bd5a..3ffcab20df9 100644 --- a/include/asm-m68k/types.h +++ b/include/asm-m68k/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__ /* |