aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-05 22:25:23 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:16 -0700
commit98109c5a961ba77e0910a5bec66bd57a673fad52 (patch)
treee84820643ddb58c35891bc6916c1f3c57f03f1b6 /drivers/staging/hv
parentStaging: hv: rename BlkVsc.c to blkvsc.c (diff)
downloadlinux-dev-98109c5a961ba77e0910a5bec66bd57a673fad52.tar.xz
linux-dev-98109c5a961ba77e0910a5bec66bd57a673fad52.zip
Staging: hv: rename Vmbus.c to vmbus.c
Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/Makefile2
-rw-r--r--drivers/staging/hv/vmbus.c (renamed from drivers/staging/hv/Vmbus.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 6e8e8e82263a..f58a4e7bf6d9 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -5,7 +5,7 @@ obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
hv_vmbus-objs := vmbus_drv.o osd.o \
- Vmbus.o hv.o connection.o channel.o \
+ vmbus.o hv.o connection.o channel.o \
ChannelMgmt.o ChannelInterface.o ring_buffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o
diff --git a/drivers/staging/hv/Vmbus.c b/drivers/staging/hv/vmbus.c
index 90b14beec3aa..90b14beec3aa 100644
--- a/drivers/staging/hv/Vmbus.c
+++ b/drivers/staging/hv/vmbus.c