virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Dec 2014 12:13:16 +0000 (14:13 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Dec 2014 18:04:39 +0000 (20:04 +0200)
Legacy drivers use virtio_pci_common.h too, we should not
define VIRTIO_PCI_NO_LEGACY there.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci_common.h

index d840dad..38d99ad 100644 (file)
@@ -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>