X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fkvm.h;h=b95162af0bf63eba3ec0c0df979bdb861dc0b942;hb=1965aae3c98397aad957412413c07e97b1bd4e64;hp=ba0dd791fadf2d20560b5f16b3c6c0ab72e39789;hpb=87e299e5c7508a9443f04703f1d0c7f518f79ea9;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.h index ba0dd791fad..b95162af0bf 100644 --- a/arch/x86/include/asm/kvm.h +++ b/arch/x86/include/asm/kvm.h @@ -1,5 +1,5 @@ -#ifndef ASM_X86__KVM_H -#define ASM_X86__KVM_H +#ifndef _ASM_X86_KVM_H +#define _ASM_X86_KVM_H /* * KVM x86 specific structures and definitions @@ -208,4 +208,4 @@ struct kvm_pit_channel_state { struct kvm_pit_state { struct kvm_pit_channel_state channels[3]; }; -#endif /* ASM_X86__KVM_H */ +#endif /* _ASM_X86_KVM_H */