diff options
Diffstat (limited to 'arch/avr32/include/uapi/asm/stat.h')
| -rw-r--r-- | arch/avr32/include/uapi/asm/stat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/avr32/include/uapi/asm/stat.h b/arch/avr32/include/uapi/asm/stat.h index e72881e10230..c06acef7fce7 100644 --- a/arch/avr32/include/uapi/asm/stat.h +++ b/arch/avr32/include/uapi/asm/stat.h | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * it under the terms of the GNU General Public License version 2 as | 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
| 7 | */ | 7 | */ |
| 8 | #ifndef __ASM_AVR32_STAT_H | 8 | #ifndef _UAPI__ASM_AVR32_STAT_H |
| 9 | #define __ASM_AVR32_STAT_H | 9 | #define _UAPI__ASM_AVR32_STAT_H |
| 10 | 10 | ||
| 11 | struct __old_kernel_stat { | 11 | struct __old_kernel_stat { |
| 12 | unsigned short st_dev; | 12 | unsigned short st_dev; |
| @@ -76,4 +76,4 @@ struct stat64 { | |||
| 76 | unsigned long __unused2; | 76 | unsigned long __unused2; |
| 77 | }; | 77 | }; |
| 78 | 78 | ||
| 79 | #endif /* __ASM_AVR32_STAT_H */ | 79 | #endif /* _UAPI__ASM_AVR32_STAT_H */ |
