summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 17:42:50 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 17:42:50 -0800
commit9dccaa63c706fb3a74ec90450b9dcaef0941828b (patch)
tree95053aa1645b56a2c70d34a23065836210669977 /drivers/staging/hv/Makefile
parente1f1a0e682bf739f7d2189495265fb3b01f8e85a (diff)
downloadop-kernel-dev-9dccaa63c706fb3a74ec90450b9dcaef0941828b.zip
op-kernel-dev-9dccaa63c706fb3a74ec90450b9dcaef0941828b.tar.gz
Staging: hv: hv_mouse: delete mouse_vsc.c
Move the mouse_vsc.c file into hv_mouse_drv.c as it makes no sense to have two files here, as we don't have to worry about the "closed vs. open" split that this code was originally written for. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: K. Y. Srinivasan <kys@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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 0a7af47..1290980 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -12,4 +12,4 @@ hv_storvsc-y := storvsc_drv.o storvsc.o
hv_blkvsc-y := blkvsc_drv.o blkvsc.o
hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o
hv_utils-y := hv_util.o hv_kvp.o
-hv_mouse-objs := hv_mouse_drv.o mouse_vsc.o
+hv_mouse-objs := hv_mouse_drv.o
OpenPOWER on IntegriCloud