diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-01 15:49:44 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 11:06:32 +0100 |
commit | 51cdc3815f15cf1d6e25915965b34d5ea148e434 (patch) | |
tree | 6903f38696ff37bb1d77747e63dbd9669220367c /drivers/char/virtio_console.c | |
parent | virtio: make VIRTIO_F_VERSION_1 a transport bit (diff) | |
download | linux-51cdc3815f15cf1d6e25915965b34d5ea148e434.tar.xz linux-51cdc3815f15cf1d6e25915965b34d5ea148e434.zip |
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[] = { static unsigned int features[] = { VIRTIO_CONSOLE_F_SIZE, VIRTIO_CONSOLE_F_MULTIPORT, - VIRTIO_F_VERSION_1, }; static struct virtio_device_id rproc_serial_id_table[] = { |