diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-01 09:49:44 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 05:06:32 -0500 |
commit | 51cdc3815f15cf1d6e25915965b34d5ea148e434 (patch) | |
tree | 6903f38696ff37bb1d77747e63dbd9669220367c /drivers/char/virtio_console.c | |
parent | 747ae34a6ef681fbd993be214d8c0a30bd4a2fda (diff) |
virtio: drop VIRTIO_F_VERSION_1 from drivers
Core activates this bit automatically now,
drop it from drivers that set it explicitly.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/char/virtio_console.c')
-rw-r--r-- | drivers/char/virtio_console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index 775c89821364..6cc832b45185 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c | |||
@@ -2130,7 +2130,6 @@ static struct virtio_device_id id_table[] = { | |||
2130 | static unsigned int features[] = { | 2130 | static unsigned int features[] = { |
2131 | VIRTIO_CONSOLE_F_SIZE, | 2131 | VIRTIO_CONSOLE_F_SIZE, |
2132 | VIRTIO_CONSOLE_F_MULTIPORT, | 2132 | VIRTIO_CONSOLE_F_MULTIPORT, |
2133 | VIRTIO_F_VERSION_1, | ||
2134 | }; | 2133 | }; |
2135 | 2134 | ||
2136 | static struct virtio_device_id rproc_serial_id_table[] = { | 2135 | static struct virtio_device_id rproc_serial_id_table[] = { |