projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97f880
)
virtio_pci: drop virtio_config dependency
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 28 Dec 2014 10:35:05 +0000
(12:35 +0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:58:44 +0000
(16:28 +1030)
virtio_pci does not depend on virtio_config:
let's not include it, users can pull it in as necessary.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/uapi/linux/virtio_pci.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/virtio_pci.h
b/include/uapi/linux/virtio_pci.h
index
35b552c
..
509d630
100644
(file)
--- a/
include/uapi/linux/virtio_pci.h
+++ b/
include/uapi/linux/virtio_pci.h
@@
-39,7
+39,7
@@
#ifndef _LINUX_VIRTIO_PCI_H
#define _LINUX_VIRTIO_PCI_H
-#include <linux/
virtio_config
.h>
+#include <linux/
types
.h>
#ifndef VIRTIO_PCI_NO_LEGACY