]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: hv: rename Channel.c and .h to channel.c and .h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:18:38 +0000 (22:18 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:16 +0000 (11:36 -0700)
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Makefile
drivers/staging/hv/VmbusPrivate.h
drivers/staging/hv/channel.c [moved from drivers/staging/hv/Channel.c with 100% similarity]
drivers/staging/hv/channel.h [moved from drivers/staging/hv/Channel.h with 100% similarity]
drivers/staging/hv/hv_utils.c

index 42c5069cc648ef595603ebc04f831d455585abe9..3c15c731f96d6bdfc60b0b28de7203ef8cbc99df 100644 (file)
@@ -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
index 534aa648bfd28a57ffb683dc52e2697c3ff47c59..f03db0b6e887cf6e5879308b923f3a66e5dc1cb7 100644 (file)
@@ -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"
index d3fc33e9627275e102e1fd87f61d1d5284194cb8..6ccaea27d75a72dd86295875ac83320682860922 100644 (file)
@@ -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"