diff options
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[] = { |