Browse Source

Staging: hv: rename Channel.c and .h to channel.c and .h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 15 years ago
parent
commit
4df90be54d

+ 1 - 1
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

+ 1 - 1
drivers/staging/hv/VmbusPrivate.h

@@ -27,7 +27,7 @@
 
 #include "hv.h"
 #include "VmbusApi.h"
-#include "Channel.h"
+#include "channel.h"
 #include "ChannelMgmt.h"
 #include "ChannelInterface.h"
 #include "RingBuffer.h"

+ 0 - 0
drivers/staging/hv/Channel.c → drivers/staging/hv/channel.c


+ 0 - 0
drivers/staging/hv/Channel.h → drivers/staging/hv/channel.h


+ 1 - 1
drivers/staging/hv/hv_utils.c

@@ -31,7 +31,7 @@
 #include "VmbusPacketFormat.h"
 #include "VmbusChannelInterface.h"
 #include "VersionInfo.h"
-#include "Channel.h"
+#include "channel.h"
 #include "VmbusPrivate.h"
 #include "VmbusApi.h"
 #include "utils.h"