projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2263837
)
Staging: hv: mousevsc: Use the KBUILD_MODNAME macro
author
K. Y. Srinivasan
<kys@microsoft.com>
Fri, 28 Oct 2011 22:11:28 +0000
(15:11 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 27 Nov 2011 01:00:01 +0000
(17:00 -0800)
Use the KBUILD_MODNAME macro.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/hv_mouse.c
b/drivers/staging/hv/hv_mouse.c
index c22f729155fc56211e1c6298475bf60caf37c521..2c2e1b4e9b85f7f490ecc75c427b34db5895658e 100644
(file)
--- a/
drivers/staging/hv/hv_mouse.c
+++ b/
drivers/staging/hv/hv_mouse.c
@@
-578,7
+578,7
@@
static const struct hv_vmbus_device_id id_table[] = {
MODULE_DEVICE_TABLE(vmbus, id_table);
static struct hv_driver mousevsc_drv = {
- .name =
"mousevsc"
,
+ .name =
KBUILD_MODNAME
,
.id_table = id_table,
.probe = mousevsc_probe,
.remove = mousevsc_remove,