projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a2415
)
virtio: drop vringh.h dependency
author
Michael S. Tsirkin
<mst@redhat.com>
Fri, 17 Apr 2020 07:17:26 +0000
(
03:17
-0400)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 17 Apr 2020 10:05:30 +0000
(06:05 -0400)
Most virtio drivers don't depend on vringh, let's not
pull that dependency, include it directly as needed.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/virtio.h
patch
|
blob
|
history
diff --git
a/include/linux/virtio.h
b/include/linux/virtio.h
index 15f906e4a748f7495c36ef1ee189bd1c883c9e39..a493eac083933ff5f2b0a152f6439182646b9c00 100644
(file)
--- a/
include/linux/virtio.h
+++ b/
include/linux/virtio.h
@@
-9,7
+9,6
@@
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/gfp.h>
-#include <linux/vringh.h>
/**
* virtqueue - a queue to register buffers for sending or receiving.