summaryrefslogtreecommitdiff
path: root/hw/isa.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2012-05-11 17:22:19 +0200
committerKevin Wolf <kwolf@redhat.com>2012-06-15 14:03:42 +0200
commitdfc65f1f780622d852ca8b9fb1421735ee56c48b (patch)
tree8e619188448f018e90e2a67f5b0b04ffaa54d1c8 /hw/isa.h
parent8aab031fc66c4cedc1c08ed346fe39a2ea2aaba7 (diff)
Un-inline fdctrl_init_isa()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/isa.h')
-rw-r--r--hw/isa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/isa.h b/hw/isa.h
index f7bc4b5a95..6c6fd7fac9 100644
--- a/hw/isa.h
+++ b/hw/isa.h
@@ -9,8 +9,6 @@
#define ISA_NUM_IRQS 16
-typedef struct ISADevice ISADevice;
-
#define TYPE_ISA_DEVICE "isa-device"
#define ISA_DEVICE(obj) \
OBJECT_CHECK(ISADevice, (obj), TYPE_ISA_DEVICE)