diff options
Diffstat (limited to 'arch/blackfin/include/uapi/asm/stat.h')
-rw-r--r-- | arch/blackfin/include/uapi/asm/stat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/include/uapi/asm/stat.h b/arch/blackfin/include/uapi/asm/stat.h index 2e27665c4e91..d3068a750b94 100644 --- a/arch/blackfin/include/uapi/asm/stat.h +++ b/arch/blackfin/include/uapi/asm/stat.h | |||
@@ -4,8 +4,8 @@ | |||
4 | * Licensed under the GPL-2. | 4 | * Licensed under the GPL-2. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef _BFIN_STAT_H | 7 | #ifndef _UAPI_BFIN_STAT_H |
8 | #define _BFIN_STAT_H | 8 | #define _UAPI_BFIN_STAT_H |
9 | 9 | ||
10 | struct stat { | 10 | struct stat { |
11 | unsigned short st_dev; | 11 | unsigned short st_dev; |
@@ -66,4 +66,4 @@ struct stat64 { | |||
66 | unsigned long long st_ino; | 66 | unsigned long long st_ino; |
67 | }; | 67 | }; |
68 | 68 | ||
69 | #endif /* _BFIN_STAT_H */ | 69 | #endif /* _UAPI_BFIN_STAT_H */ |