diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-05-25 14:21:13 +0200 |
---|---|---|
committer | Amit Shah <amit.shah@redhat.com> | 2011-05-27 15:50:56 +0530 |
commit | a15bb0d6a981de749452a5180fc8084d625671da (patch) | |
tree | c595ac2c921f384d72089610c35fcc1e2e39e79f /hw/virtio-serial.h | |
parent | 31d0f80f17b37a71ad4231daf05be9fab3c70292 (diff) |
virtio-serial: Drop redundant VirtIOSerialPort member info
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'hw/virtio-serial.h')
-rw-r--r-- | hw/virtio-serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index ac612f219f..36e9d222e5 100644 --- a/hw/virtio-serial.h +++ b/hw/virtio-serial.h @@ -75,7 +75,6 @@ typedef struct VirtIOSerialPortInfo VirtIOSerialPortInfo; */ struct VirtIOSerialPort { DeviceState dev; - VirtIOSerialPortInfo *info; QTAILQ_ENTRY(VirtIOSerialPort) next; |