summaryrefslogtreecommitdiff
path: root/hw/9pfs/9p-xattr.c
diff options
context:
space:
mode:
authorWei Liu <wei.liu2@citrix.com>2016-01-07 18:18:02 +0000
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2016-01-08 15:25:30 +0530
commitebe74f8ba2f1f68b87d7289696acc4741a30d2da (patch)
treeed1fe8bad8fd7b849f4489e05b7bf7882d460491 /hw/9pfs/9p-xattr.c
parent592707af7f9e7098949adae6ebf2b065456e0773 (diff)
downloadqemu-ebe74f8ba2f1f68b87d7289696acc4741a30d2da.tar.gz
9pfs: break out 9p.h from virtio-9p.h
Move out generic definitions from virtio-9p.h to 9p.h. Fix header inclusions. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/9p-xattr.c')
-rw-r--r--hw/9pfs/9p-xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/9p-xattr.c b/hw/9pfs/9p-xattr.c
index 1d7861b27b..741dd03744 100644
--- a/hw/9pfs/9p-xattr.c
+++ b/hw/9pfs/9p-xattr.c
@@ -11,7 +11,7 @@
*
*/
-#include "virtio-9p.h"
+#include "9p.h"
#include "fsdev/file-op-9p.h"
#include "9p-xattr.h"