diff options
Diffstat (limited to 'virt')
| -rw-r--r-- | virt/kvm/async_pf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virt/kvm/async_pf.h b/virt/kvm/async_pf.h index e7ef6447cb82..ec4cfa278f04 100644 --- a/virt/kvm/async_pf.h +++ b/virt/kvm/async_pf.h | |||
| @@ -29,8 +29,8 @@ void kvm_async_pf_deinit(void); | |||
| 29 | void kvm_async_pf_vcpu_init(struct kvm_vcpu *vcpu); | 29 | void kvm_async_pf_vcpu_init(struct kvm_vcpu *vcpu); |
| 30 | #else | 30 | #else |
| 31 | #define kvm_async_pf_init() (0) | 31 | #define kvm_async_pf_init() (0) |
| 32 | #define kvm_async_pf_deinit() do{}while(0) | 32 | #define kvm_async_pf_deinit() do {} while (0) |
| 33 | #define kvm_async_pf_vcpu_init(C) do{}while(0) | 33 | #define kvm_async_pf_vcpu_init(C) do {} while (0) |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | #endif | 36 | #endif |
