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:
Scott Wood 2013-04-30 14:57:14 +00:00 committed by Alexander Graf
parent 398d87836e
commit 1d6f6b7339

View file

@ -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;