diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 0350e0d5e031..722cae78bbc4 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -273,7 +273,6 @@ struct kvm_memory_slot { | |||
273 | unsigned long userspace_addr; | 273 | unsigned long userspace_addr; |
274 | u32 flags; | 274 | u32 flags; |
275 | short id; | 275 | short id; |
276 | bool user_alloc; | ||
277 | }; | 276 | }; |
278 | 277 | ||
279 | static inline unsigned long kvm_dirty_bitmap_bytes(struct kvm_memory_slot *memslot) | 278 | static inline unsigned long kvm_dirty_bitmap_bytes(struct kvm_memory_slot *memslot) |