diff options
| author | Peter Crosthwaite | 2014-09-26 07:22:36 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2014-10-23 16:41:26 +0200 |
| commit | 15942b65697c7016a8ca836ecbfd9777d959187c (patch) | |
| tree | a1b0a393ccbe94b210b126e27ee2fe1f9de62054 /include | |
| parent | irq: Remove qemu_irq_intercept_out (diff) | |
| download | qemu-15942b65697c7016a8ca836ecbfd9777d959187c.tar.gz qemu-15942b65697c7016a8ca836ecbfd9777d959187c.tar.xz qemu-15942b65697c7016a8ca836ecbfd9777d959187c.zip | |
qdev: gpio: delete NamedGPIOList::out
All users of GPIO outputs are fully QOMified, using QOM properties to
access the GPIO data. Delete.
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/qdev-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index cf27e6564a..86d341f083 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -136,7 +136,6 @@ struct NamedGPIOList { char *name; qemu_irq *in; int num_in; - qemu_irq *out; int num_out; QLIST_ENTRY(NamedGPIOList) node; }; |
