diff options
Diffstat (limited to 'arch/ia64/include/asm/kvm_para.h')
-rw-r--r-- | arch/ia64/include/asm/kvm_para.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/ia64/include/asm/kvm_para.h b/arch/ia64/include/asm/kvm_para.h index 2019cb99335e..47c00f910434 100644 --- a/arch/ia64/include/asm/kvm_para.h +++ b/arch/ia64/include/asm/kvm_para.h | |||
@@ -1,6 +1,3 @@ | |||
1 | #ifndef __IA64_KVM_PARA_H | ||
2 | #define __IA64_KVM_PARA_H | ||
3 | |||
4 | /* | 1 | /* |
5 | * Copyright (C) 2007 Xiantao Zhang <xiantao.zhang@intel.com> | 2 | * Copyright (C) 2007 Xiantao Zhang <xiantao.zhang@intel.com> |
6 | * | 3 | * |
@@ -18,8 +15,11 @@ | |||
18 | * Place - Suite 330, Boston, MA 02111-1307 USA. | 15 | * Place - Suite 330, Boston, MA 02111-1307 USA. |
19 | * | 16 | * |
20 | */ | 17 | */ |
18 | #ifndef __IA64_KVM_PARA_H | ||
19 | #define __IA64_KVM_PARA_H | ||
20 | |||
21 | #include <uapi/asm/kvm_para.h> | ||
21 | 22 | ||
22 | #ifdef __KERNEL__ | ||
23 | 23 | ||
24 | static inline unsigned int kvm_arch_para_features(void) | 24 | static inline unsigned int kvm_arch_para_features(void) |
25 | { | 25 | { |
@@ -32,5 +32,3 @@ static inline bool kvm_check_and_clear_guest_paused(void) | |||
32 | } | 32 | } |
33 | 33 | ||
34 | #endif | 34 | #endif |
35 | |||
36 | #endif | ||