diff options
Diffstat (limited to 'arch/tile/include/asm/stat.h')
-rw-r--r-- | arch/tile/include/asm/stat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/tile/include/asm/stat.h b/arch/tile/include/asm/stat.h new file mode 100644 index 00000000000..c0db34d56be --- /dev/null +++ b/arch/tile/include/asm/stat.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #if defined(__KERNEL__) && defined(CONFIG_COMPAT) | ||
2 | #define __ARCH_WANT_STAT64 /* Used for compat_sys_stat64() etc. */ | ||
3 | #endif | ||
4 | #include <asm-generic/stat.h> | ||