Staging: hv: storvsc: use the macro KBUILD_MODNAME

Use the macro KBUILD_MODNAME.

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>
This commit is contained in:
K. Y. Srinivasan 2011-11-08 09:01:46 -08:00 committed by Greg Kroah-Hartman
parent bab445e12b
commit fafb0efc30
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ err_out0:
/* The one and only one */
static struct hv_driver storvsc_drv = {
.name = "storvsc",
.name = KBUILD_MODNAME,
.id_table = id_table,
.probe = storvsc_probe,
.remove = storvsc_remove,