diff options
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 924e1bfe3a6c..920823d53d6e 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -8,8 +8,8 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #ifndef ASM_KVM_HOST_H | 11 | #ifndef ASM_X86__KVM_HOST_H |
12 | #define ASM_KVM_HOST_H | 12 | #define ASM_X86__KVM_HOST_H |
13 | 13 | ||
14 | #include <linux/types.h> | 14 | #include <linux/types.h> |
15 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
@@ -728,4 +728,4 @@ asmlinkage void kvm_handle_fault_on_reboot(void); | |||
728 | KVM_EX_ENTRY " 666b, 667b \n\t" \ | 728 | KVM_EX_ENTRY " 666b, 667b \n\t" \ |
729 | ".popsection" | 729 | ".popsection" |
730 | 730 | ||
731 | #endif | 731 | #endif /* ASM_X86__KVM_HOST_H */ |