diff options
Diffstat (limited to 'arch/x86/include/asm/setup.h')
-rw-r--r-- | arch/x86/include/asm/setup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h index 11b6cc14b289..f12d37237465 100644 --- a/arch/x86/include/asm/setup.h +++ b/arch/x86/include/asm/setup.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__SETUP_H | 1 | #ifndef _ASM_X86_SETUP_H |
2 | #define ASM_X86__SETUP_H | 2 | #define _ASM_X86_SETUP_H |
3 | 3 | ||
4 | #define COMMAND_LINE_SIZE 2048 | 4 | #define COMMAND_LINE_SIZE 2048 |
5 | 5 | ||
@@ -102,4 +102,4 @@ void __init x86_64_start_reservations(char *real_mode_data); | |||
102 | #endif /* __ASSEMBLY__ */ | 102 | #endif /* __ASSEMBLY__ */ |
103 | #endif /* __KERNEL__ */ | 103 | #endif /* __KERNEL__ */ |
104 | 104 | ||
105 | #endif /* ASM_X86__SETUP_H */ | 105 | #endif /* _ASM_X86_SETUP_H */ |