summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-12-02 20:59:22 +0100
committerGreg Kroah-Hartman2010-12-02 20:59:22 +0100
commit36199a992aba4f3ea1bc0430f04655e99010a65d (patch)
tree6807ff1fab247a265050198a77bc4ec7f9e18799 /drivers/staging/hv/Makefile
parentStaging: hv: rename the vmbus to "hyperv" (diff)
downloadkernel-qcow2-linux-36199a992aba4f3ea1bc0430f04655e99010a65d.tar.gz
kernel-qcow2-linux-36199a992aba4f3ea1bc0430f04655e99010a65d.tar.xz
kernel-qcow2-linux-36199a992aba4f3ea1bc0430f04655e99010a65d.zip
Staging: hv: remove vmbus.c
Merge the functions into vmbus_drv.c as there's no need to have them separate anymore. It will also make unwinding some of the function and pointer mess easier, as well as making functions static in the future. Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r--drivers/staging/hv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index b46349bb43bf..acd39bd75b1c 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-y := vmbus_drv.o osd.o \
- vmbus.o hv.o connection.o channel.o \
+ hv.o connection.o channel.o \
channel_mgmt.o ring_buffer.o
hv_storvsc-y := storvsc_drv.o storvsc.o
hv_blkvsc-y := blkvsc_drv.o blkvsc.o