diff options
Diffstat (limited to 'include/asm-x86/mmu.h')
-rw-r--r-- | include/asm-x86/mmu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/mmu.h b/include/asm-x86/mmu.h index 00e88679e11f..a30d7a9c8297 100644 --- a/include/asm-x86/mmu.h +++ b/include/asm-x86/mmu.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _ASM_X86_MMU_H | 1 | #ifndef ASM_X86__MMU_H |
2 | #define _ASM_X86_MMU_H | 2 | #define ASM_X86__MMU_H |
3 | 3 | ||
4 | #include <linux/spinlock.h> | 4 | #include <linux/spinlock.h> |
5 | #include <linux/mutex.h> | 5 | #include <linux/mutex.h> |
@@ -28,4 +28,4 @@ static inline void leave_mm(int cpu) | |||
28 | } | 28 | } |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | #endif /* _ASM_X86_MMU_H */ | 31 | #endif /* ASM_X86__MMU_H */ |