diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2011-08-27 11:31:22 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-29 11:01:07 -0700 |
commit | 8dcf37d446f103d55b96beddb100db6a0ad8d0ba (patch) | |
tree | 709274f9c29df181faf774204c4a84580ac35b5a /drivers/staging/hv/Makefile | |
parent | fa23b8c78fefae4e8033a28e685673c35ff10789 (diff) | |
download | linux-stable-8dcf37d446f103d55b96beddb100db6a0ad8d0ba.tar.gz linux-stable-8dcf37d446f103d55b96beddb100db6a0ad8d0ba.tar.bz2 linux-stable-8dcf37d446f103d55b96beddb100db6a0ad8d0ba.zip |
Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
As part of further cleanup of our storage drivers, include the content
of storvsc.c into storvsc_drv.c and delete storvsc.c and do the necessary
adjustments.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: 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 bb89437d0e77..bd176b1f231e 100644 --- a/drivers/staging/hv/Makefile +++ b/drivers/staging/hv/Makefile @@ -7,6 +7,6 @@ obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o hv_vmbus-y := vmbus_drv.o \ hv.o connection.o channel.o \ channel_mgmt.o ring_buffer.o -hv_storvsc-y := storvsc_drv.o storvsc.o +hv_storvsc-y := storvsc_drv.o hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o hv_utils-y := hv_util.o hv_kvp.o |