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/{BlkVsc.c => blkvsc.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename drivers/staging/hv/{BlkVsc.c => blkvsc.c} (100%) diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile index faa8db1..6e8e8e8 100644 --- a/drivers/staging/hv/Makefile +++ b/drivers/staging/hv/Makefile @@ -8,5 +8,5 @@ hv_vmbus-objs := vmbus_drv.o osd.o \ Vmbus.o hv.o connection.o channel.o \ ChannelMgmt.o ChannelInterface.o ring_buffer.o hv_storvsc-objs := storvsc_drv.o StorVsc.o -hv_blkvsc-objs := blkvsc_drv.o BlkVsc.o +hv_blkvsc-objs := blkvsc_drv.o blkvsc.o hv_netvsc-objs := netvsc_drv.o NetVsc.o RndisFilter.o diff --git a/drivers/staging/hv/BlkVsc.c b/drivers/staging/hv/blkvsc.c similarity index 100% rename from drivers/staging/hv/BlkVsc.c rename to drivers/staging/hv/blkvsc.c -- 1.7.0.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel