]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Staging: hv: rename ChannelInterface.c and .h to channel_interface.c and .h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:36:31 +0000 (22:36 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:17 +0000 (11:36 -0700)
All of the uppercase .c files are now gone.

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_interface.c [moved from drivers/staging/hv/ChannelInterface.c with 100% similarity]
drivers/staging/hv/channel_interface.h [moved from drivers/staging/hv/ChannelInterface.h with 100% similarity]

index 2f9ecd2a85f1ee8a15f454cf2c9b927c4a24d577..1866f80a45d32ceb03f8b7dc37fb1c5c06586aea 100644 (file)
@@ -6,7 +6,7 @@ obj-$(CONFIG_HYPERV_UTILS)      += hv_utils.o
 
 hv_vmbus-objs := vmbus_drv.o osd.o \
                 vmbus.o hv.o connection.o channel.o \
-                channel_mgmt.o ChannelInterface.o ring_buffer.o
+                channel_mgmt.o channel_interface.o ring_buffer.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 rndis_filter.o
index 6e82183e9d503a85ebd43118bffcb016b95b3ce2..57a116ca87168435ff3a02d7cf4c020fc3e6e48e 100644 (file)
@@ -29,7 +29,7 @@
 #include "VmbusApi.h"
 #include "channel.h"
 #include "channel_mgmt.h"
-#include "ChannelInterface.h"
+#include "channel_interface.h"
 #include "ring_buffer.h"
 #include <linux/list.h>