As there's only one file for this driver, just name it the same
as the end module name, saving one build/link step and making it
simpler in the end.

Cc: Hank Janssen <[email protected]>
Cc: K. Y. Srinivasan <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/hv/Makefile                       |    1 -
 drivers/staging/hv/{hv_mouse_drv.c => hv_mouse.c} |    0
 2 files changed, 0 insertions(+), 1 deletions(-)
 rename drivers/staging/hv/{hv_mouse_drv.c => hv_mouse.c} (100%)

diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile
index 1290980..abeb2f7 100644
--- a/drivers/staging/hv/Makefile
+++ b/drivers/staging/hv/Makefile
@@ -12,4 +12,3 @@ 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
diff --git a/drivers/staging/hv/hv_mouse_drv.c b/drivers/staging/hv/hv_mouse.c
similarity index 100%
rename from drivers/staging/hv/hv_mouse_drv.c
rename to drivers/staging/hv/hv_mouse.c
-- 
1.7.4.1

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to