projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f95a5
)
tcm_vhost: remove virtio-net.h dependency
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 28 Apr 2013 12:52:53 +0000
(15:52 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 1 May 2013 07:02:53 +0000
(10:02 +0300)
vhost.h only has generic bits now, so we can drop it
virtio-net.h in tcm_vhost.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/tcm_vhost.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/vhost/tcm_vhost.c
b/drivers/vhost/tcm_vhost.c
index 96d3b47c82cd0c8750f519545a97b1958e2802ab..19ca021bf88c27dbe787cf0c6109c2500f7786ba 100644
(file)
--- a/
drivers/vhost/tcm_vhost.c
+++ b/
drivers/vhost/tcm_vhost.c
@@
-45,7
+45,6
@@
#include <target/target_core_configfs.h>
#include <target/configfs_macros.h>
#include <linux/vhost.h>
-#include <linux/virtio_net.h> /* TODO vhost.h currently depends on this */
#include <linux/virtio_scsi.h>
#include <linux/llist.h>
#include <linux/bitmap.h>