diff options
Diffstat (limited to 'arch/x86/include/asm/resume-trace.h')
-rw-r--r-- | arch/x86/include/asm/resume-trace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/resume-trace.h b/arch/x86/include/asm/resume-trace.h index e39376d7de50..3ff1c2cb1da5 100644 --- a/arch/x86/include/asm/resume-trace.h +++ b/arch/x86/include/asm/resume-trace.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__RESUME_TRACE_H | 1 | #ifndef _ASM_X86_RESUME_TRACE_H |
2 | #define ASM_X86__RESUME_TRACE_H | 2 | #define _ASM_X86_RESUME_TRACE_H |
3 | 3 | ||
4 | #include <asm/asm.h> | 4 | #include <asm/asm.h> |
5 | 5 | ||
@@ -18,4 +18,4 @@ do { \ | |||
18 | } \ | 18 | } \ |
19 | } while (0) | 19 | } while (0) |
20 | 20 | ||
21 | #endif /* ASM_X86__RESUME_TRACE_H */ | 21 | #endif /* _ASM_X86_RESUME_TRACE_H */ |