Cc: Hank Janssen <hjanssen@xxxxxxxxxxxxx> Cc: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/staging/hv/Makefile | 2 +- drivers/staging/hv/{Connection.c => connection.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename drivers/staging/hv/{Connection.c => connection.c} (100%) 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 similarity index 100% rename from drivers/staging/hv/Connection.c rename to drivers/staging/hv/connection.c -- 1.7.0.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel