diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-05 22:25:23 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:36:16 -0700 |
commit | 98109c5a961ba77e0910a5bec66bd57a673fad52 (patch) | |
tree | e84820643ddb58c35891bc6916c1f3c57f03f1b6 /drivers/staging/hv/Makefile | |
parent | 376a045f3a90ce4ca02aa9c32ea3c81332c10ecc (diff) | |
download | linux-98109c5a961ba77e0910a5bec66bd57a673fad52.tar.bz2 |
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>
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r-- | drivers/staging/hv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile index 6e8e8e82263a..f58a4e7bf6d9 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 ring_buffer.o hv_storvsc-objs := storvsc_drv.o StorVsc.o hv_blkvsc-objs := blkvsc_drv.o blkvsc.o |