diff options
author | Greg Kurz <gkurz@linux.vnet.ibm.com> | 2016-06-06 11:52:34 +0200 |
---|---|---|
committer | Greg Kurz <gkurz@linux.vnet.ibm.com> | 2016-06-06 11:52:34 +0200 |
commit | af8b38b0d1878950d27156fd350e5457fd8a15a1 (patch) | |
tree | 76e54c25ba9fc35a07eadf74aeb266dfa1265d13 /hw/9pfs/9p.h | |
parent | aae91ad9ae0677395366ff1f7a3e8763fd8470f2 (diff) |
9p/fsdev: remove obsolete references to virtio
Most of the 9p code is now virtio agnostic. This patch does a final cleanup:
- drop references to Virtio from the header comments
- fix includes
Also drop a couple of leading empty lines while here.
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/9p.h')
-rw-r--r-- | hw/9pfs/9p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/9pfs/9p.h b/hw/9pfs/9p.h index 1a19418a8c..43378943cd 100644 --- a/hw/9pfs/9p.h +++ b/hw/9pfs/9p.h @@ -5,8 +5,6 @@ #include <utime.h> #include <sys/resource.h> #include <glib.h> -#include "standard-headers/linux/virtio_9p.h" -#include "hw/virtio/virtio.h" #include "fsdev/file-op-9p.h" #include "fsdev/9p-iov-marshal.h" #include "qemu/thread.h" |