aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-12-11 07:13:16 -0500
committerMichael S. Tsirkin <mst@redhat.com>2014-12-11 13:04:39 -0500
commitde2b48d581e522298eefa9c75abdcd87549a2465 (patch)
tree047947c596c2c18664b6f6c3df4501ee60bfa154 /drivers/virtio
parent3d2667826cbb5e2eb8d8c7ee92f74bcb00b36a2f (diff)
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: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/virtio')
-rw-r--r--drivers/virtio/virtio_pci_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_pci_common.h b/drivers/virtio/virtio_pci_common.h
index d840dad4149d..38d99adcc74a 100644
--- a/drivers/virtio/virtio_pci_common.h
+++ b/drivers/virtio/virtio_pci_common.h
@@ -27,7 +27,6 @@
27#include <linux/virtio.h> 27#include <linux/virtio.h>
28#include <linux/virtio_config.h> 28#include <linux/virtio_config.h>
29#include <linux/virtio_ring.h> 29#include <linux/virtio_ring.h>
30#define VIRTIO_PCI_NO_LEGACY
31#include <linux/virtio_pci.h> 30#include <linux/virtio_pci.h>
32#include <linux/highmem.h> 31#include <linux/highmem.h>
33#include <linux/spinlock.h> 32#include <linux/spinlock.h>