mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
747ae34a6e
commit
51cdc3815f
4 changed files with 0 additions and 4 deletions
|
@ -2004,7 +2004,6 @@ static unsigned int features[] = {
|
|||
VIRTIO_NET_F_GUEST_ANNOUNCE, VIRTIO_NET_F_MQ,
|
||||
VIRTIO_NET_F_CTRL_MAC_ADDR,
|
||||
VIRTIO_F_ANY_LAYOUT,
|
||||
VIRTIO_F_VERSION_1,
|
||||
};
|
||||
|
||||
static struct virtio_driver virtio_net_driver = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue