Staging: hv: rename Vmbus.c to vmbus.c
Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
376a045f3a
commit
98109c5a96
2 changed files with 1 additions and 1 deletions
|
@ -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 ring_buffer.o
|
||||
hv_storvsc-objs := storvsc_drv.o StorVsc.o
|
||||
hv_blkvsc-objs := blkvsc_drv.o blkvsc.o
|
||||
|
|
Loading…
Reference in a new issue