mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
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
@ -1444,7 +1444,7 @@ err_out0:
|
|||||||
/* The one and only one */
|
/* The one and only one */
|
||||||
|
|
||||||
static struct hv_driver storvsc_drv = {
|
static struct hv_driver storvsc_drv = {
|
||||||
.name = "storvsc",
|
.name = KBUILD_MODNAME,
|
||||||
.id_table = id_table,
|
.id_table = id_table,
|
||||||
.probe = storvsc_probe,
|
.probe = storvsc_probe,
|
||||||
.remove = storvsc_remove,
|
.remove = storvsc_remove,
|
||||||
|
Loading…
Reference in New Issue
Block a user