diff options
author | Wei Liu <wei.liu2@citrix.com> | 2015-11-18 18:21:14 +0000 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2016-01-08 12:38:15 +0530 |
commit | 494a8ebe713055d3946183f4b395f85a18b43e9e (patch) | |
tree | 593b396849e1f0a473cc9b2ebd6dda5ab1d9e67c /hw/9pfs/Makefile.objs | |
parent | d57b78002cd1a32f8382fc818da3940df69ff81a (diff) |
9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}
Those two files are not virtio specific. Rename them to use generic
names.
Fix includes in various C files. Change define guards and comments
in header files.
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/Makefile.objs')
-rw-r--r-- | hw/9pfs/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs index 0721462d88..cd5d146a24 100644 --- a/hw/9pfs/Makefile.objs +++ b/hw/9pfs/Makefile.objs @@ -4,6 +4,6 @@ common-obj-y += virtio-9p-xattr-user.o 9p-posix-acl.o common-obj-y += coth.o cofs.o codir.o cofile.o common-obj-y += coxattr.o virtio-9p-synth.o common-obj-$(CONFIG_OPEN_BY_HANDLE) += 9p-handle.o -common-obj-y += virtio-9p-proxy.o +common-obj-y += 9p-proxy.o obj-y += virtio-9p-device.o |