diff options
author | Ky Srinivasan <ksrinivasan@novell.com> | 2010-12-16 18:38:28 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-20 15:09:08 -0800 |
commit | 008c7891858498f6eea3802062f118922f46a527 (patch) | |
tree | f7ade4ef16ee8029aaee5d9a739ba32d863f8e34 /drivers/staging/hv/Makefile | |
parent | a0a5b676401ee97a295dd9fcd7a374e883d48a8a (diff) | |
download | linux-stable-008c7891858498f6eea3802062f118922f46a527.tar.gz linux-stable-008c7891858498f6eea3802062f118922f46a527.tar.bz2 linux-stable-008c7891858498f6eea3802062f118922f46a527.zip |
Staging: hv: Rename hv_utils.c to hv_util.c
The hv_utils module will be composed of more than one file;
rename hv_utils.c to accommodate this without changing the module name.
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Makefile')
-rw-r--r-- | drivers/staging/hv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/Makefile b/drivers/staging/hv/Makefile index acd39bd75b1c..4c14138defb2 100644 --- a/drivers/staging/hv/Makefile +++ b/drivers/staging/hv/Makefile @@ -10,3 +10,4 @@ hv_vmbus-y := vmbus_drv.o osd.o \ 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 |