kvm/ppc/mpic: remove users
This is an unused (no pun intended) leftover from when this code did reference counting. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
398d87836e
commit
1d6f6b7339
|
@ -192,7 +192,6 @@ struct openpic {
|
|||
struct kvm_io_device mmio;
|
||||
const struct mem_reg *mmio_regions[MAX_MMIO_REGIONS];
|
||||
int num_mmio_regions;
|
||||
atomic_t users;
|
||||
|
||||
gpa_t reg_base;
|
||||
spinlock_t lock;
|
||||
|
|
Loading…
Reference in New Issue