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:
parent
bab445e12b
commit
fafb0efc30
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ static int storvsc_probe(struct hv_device *device,
|
|||
/* 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,
|
||||
|
|
Loading…
Add table
Reference in a new issue