]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 d840dad4149df8b3a523a1c6d61bc86442b4367d..38d99adcc74a49451b1191865b70e9707fa9a056 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>