瀏覽代碼

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>
Michael S. Tsirkin 10 年之前
父節點
當前提交
de2b48d581
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/virtio/virtio_pci_common.h

+ 0 - 1
drivers/virtio/virtio_pci_common.h

@@ -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>