diff options
Diffstat (limited to 'arch/arm64/include/asm/stat.h')
-rw-r--r-- | arch/arm64/include/asm/stat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/stat.h b/arch/arm64/include/asm/stat.h index d87225cbead8..a9f580c28f7b 100644 --- a/arch/arm64/include/asm/stat.h +++ b/arch/arm64/include/asm/stat.h | |||
@@ -18,7 +18,8 @@ | |||
18 | 18 | ||
19 | #include <asm-generic/stat.h> | 19 | #include <asm-generic/stat.h> |
20 | 20 | ||
21 | #if defined(__KERNEL__) && defined(CONFIG_COMPAT) | 21 | #ifdef __KERNEL__ |
22 | #ifdef CONFIG_COMPAT | ||
22 | 23 | ||
23 | #include <asm/compat.h> | 24 | #include <asm/compat.h> |
24 | 25 | ||
@@ -58,5 +59,6 @@ struct stat64 { | |||
58 | }; | 59 | }; |
59 | 60 | ||
60 | #endif | 61 | #endif |
62 | #endif | ||
61 | 63 | ||
62 | #endif | 64 | #endif |