diff options
Diffstat (limited to 'hw/virtio-serial.h')
-rw-r--r-- | hw/virtio-serial.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index 6207c8904a..16e39820a2 100644 --- a/hw/virtio-serial.h +++ b/hw/virtio-serial.h @@ -176,12 +176,6 @@ struct VirtIOSerialPort { /* Interface to the virtio-serial bus */ /* - * Individual ports/apps should call this function to register the port - * with the virtio-serial bus - */ -void virtio_serial_port_qdev_register(DeviceInfo *info); - -/* * Open a connection to the port * Returns 0 on success (always). */ |