summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-05 22:19:40 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:16 -0700
commit55e9643e6c486b589279576877838ffd8ed04a68 (patch)
tree0fd671f79a2f162ff950a39d398b2f912a5b7ede
parent4df90be54d9bcd2ff55d3b4c720dbab32ca6d690 (diff)
downloadop-kernel-dev-55e9643e6c486b589279576877838ffd8ed04a68.zip
op-kernel-dev-55e9643e6c486b589279576877838ffd8ed04a68.tar.gz
Staging: hv: rename Connection.c to connection.c
Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/hv/Makefile2
-rw-r--r--drivers/staging/hv/connection.c (renamed from drivers/staging/hv/Connection.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 3c15c73..9195509 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 RingBuffer.o
hv_storvsc-objs := storvsc_drv.o StorVsc.o
hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o
diff --git a/drivers/staging/hv/Connection.c b/drivers/staging/hv/connection.c
index 3a01d3c..3a01d3c 100644
--- a/drivers/staging/hv/Connection.c
+++ b/drivers/staging/hv/connection.c
OpenPOWER on IntegriCloud