Commit 1c7dac32 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Staging: hv: mousevsc: Use the KBUILD_MODNAME macro

Use the KBUILD_MODNAME macro.
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 22638375
...@@ -578,7 +578,7 @@ static const struct hv_vmbus_device_id id_table[] = { ...@@ -578,7 +578,7 @@ static const struct hv_vmbus_device_id id_table[] = {
MODULE_DEVICE_TABLE(vmbus, id_table); MODULE_DEVICE_TABLE(vmbus, id_table);
static struct hv_driver mousevsc_drv = { static struct hv_driver mousevsc_drv = {
.name = "mousevsc", .name = KBUILD_MODNAME,
.id_table = id_table, .id_table = id_table,
.probe = mousevsc_probe, .probe = mousevsc_probe,
.remove = mousevsc_remove, .remove = mousevsc_remove,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment