diff options
Diffstat (limited to 'arch/x86/include/asm/rio.h')
-rw-r--r-- | arch/x86/include/asm/rio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/rio.h b/arch/x86/include/asm/rio.h index 5e1256bdee83..97bab6388a92 100644 --- a/arch/x86/include/asm/rio.h +++ b/arch/x86/include/asm/rio.h | |||
@@ -5,8 +5,8 @@ | |||
5 | * Author: Laurent Vivier <Laurent.Vivier@bull.net> | 5 | * Author: Laurent Vivier <Laurent.Vivier@bull.net> |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef ASM_X86__RIO_H | 8 | #ifndef _ASM_X86_RIO_H |
9 | #define ASM_X86__RIO_H | 9 | #define _ASM_X86_RIO_H |
10 | 10 | ||
11 | #define RIO_TABLE_VERSION 3 | 11 | #define RIO_TABLE_VERSION 3 |
12 | 12 | ||
@@ -60,4 +60,4 @@ enum { | |||
60 | ALT_CALGARY = 5, /* Second Planar Calgary */ | 60 | ALT_CALGARY = 5, /* Second Planar Calgary */ |
61 | }; | 61 | }; |
62 | 62 | ||
63 | #endif /* ASM_X86__RIO_H */ | 63 | #endif /* _ASM_X86_RIO_H */ |