diff options
Diffstat (limited to 'hw/ioapic_internal.h')
-rw-r--r-- | hw/ioapic_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ioapic_internal.h b/hw/ioapic_internal.h index 9dff1a72c6..e04c9f3c12 100644 --- a/hw/ioapic_internal.h +++ b/hw/ioapic_internal.h @@ -97,7 +97,6 @@ struct IOAPICCommonState { uint64_t ioredtbl[IOAPIC_NUM_PINS]; }; -void ioapic_qdev_register(DeviceInfo *info); void ioapic_reset_common(DeviceState *dev); #endif /* !QEMU_IOAPIC_INTERNAL_H */ |