aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-05 22:29:27 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:17 -0700
commita73fd9802e976fbcb6b6f4bbe082f94ebe433ddf (patch)
tree176e4dc60e7287f425695c6c5d5c3324736f07c9 /drivers/staging/hv
parentStaging: hv: rename NetVsc.c and .h to netvsc.c and .h (diff)
downloadlinux-dev-a73fd9802e976fbcb6b6f4bbe082f94ebe433ddf.tar.xz
linux-dev-a73fd9802e976fbcb6b6f4bbe082f94ebe433ddf.zip
Staging: hv: rename StorVsc.c to storvsc.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/blkvsc.c2
-rw-r--r--drivers/staging/hv/storvsc.c (renamed from drivers/staging/hv/StorVsc.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 385eb90bd310..cc75185e3b54 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -7,6 +7,6 @@ obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
hv_vmbus-objs := vmbus_drv.o osd.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_storvsc-objs := storvsc_drv.o storvsc.o
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o
hv_netvsc-objs := netvsc_drv.o netvsc.o RndisFilter.o
diff --git a/drivers/staging/hv/blkvsc.c b/drivers/staging/hv/blkvsc.c
index b2f600551f10..0daebc472e63 100644
--- a/drivers/staging/hv/blkvsc.c
+++ b/drivers/staging/hv/blkvsc.c
@@ -23,7 +23,7 @@
#include <linux/kernel.h>
#include <linux/mm.h>
#include "osd.h"
-#include "StorVsc.c"
+#include "storvsc.c"
static const char *gBlkDriverName = "blkvsc";
diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/storvsc.c
index e73130e49cce..e73130e49cce 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/storvsc.c