From: Michael S. Tsirkin Date: Thu, 11 Dec 2014 12:13:16 +0000 (+0200) Subject: virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=de2b48d581e522298eefa9c75abdcd87549a2465;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git 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 --- 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 @@ #include #include #include -#define VIRTIO_PCI_NO_LEGACY #include #include #include