projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d26678
)
virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 11 Dec 2014 12:13:16 +0000
(14:13 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/drivers/virtio/virtio_pci_common.h
b/drivers/virtio/virtio_pci_common.h
index d840dad4149df8b3a523a1c6d61bc86442b4367d..38d99adcc74a49451b1191865b70e9707fa9a056 100644
(file)
--- a/
drivers/virtio/virtio_pci_common.h
+++ b/
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>