diff options
author | Wei Liu <wei.liu2@citrix.com> | 2016-01-07 18:18:02 +0000 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2016-01-08 15:25:30 +0530 |
commit | ebe74f8ba2f1f68b87d7289696acc4741a30d2da (patch) | |
tree | ed1fe8bad8fd7b849f4489e05b7bf7882d460491 /hw/9pfs/9p-xattr-user.c | |
parent | 592707af7f9e7098949adae6ebf2b065456e0773 (diff) |
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-user.c')
-rw-r--r-- | hw/9pfs/9p-xattr-user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/9p-xattr-user.c b/hw/9pfs/9p-xattr-user.c index 163b158362..c490ec3bf0 100644 --- a/hw/9pfs/9p-xattr-user.c +++ b/hw/9pfs/9p-xattr-user.c @@ -12,7 +12,7 @@ */ #include <sys/types.h> -#include "virtio-9p.h" +#include "9p.h" #include "fsdev/file-op-9p.h" #include "9p-xattr.h" |