Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de2b48d5 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY



Legacy drivers use virtio_pci_common.h too, we should not
define VIRTIO_PCI_NO_LEGACY there.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 3d266782
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <linux/virtio.h>
#include <linux/virtio_config.h>
#include <linux/virtio_ring.h>
#define VIRTIO_PCI_NO_LEGACY
#include <linux/virtio_pci.h>
#include <linux/highmem.h>
#include <linux/spinlock.h>