diff options
Diffstat (limited to 'hw/virtio-console.h')
-rw-r--r-- | hw/virtio-console.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/virtio-console.h b/hw/virtio-console.h index 2de9520ae6..84d0717744 100644 --- a/hw/virtio-console.h +++ b/hw/virtio-console.h @@ -16,7 +16,4 @@ /* The ID for virtio console */ #define VIRTIO_ID_CONSOLE 3 -/* Creates a virtio console */ -void *virtio_console_init(PCIBus *bus, CharDriverState *chr); - #endif |