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:
48a0b74
)
uml: mmapper_kern needs MODULE_LICENSE
author
Randy Dunlap
<
[email protected]
>
Thu, 13 Jan 2011 00:59:27 +0000
(16:59 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 13 Jan 2011 16:03:07 +0000
(08:03 -0800)
Add missing MODULE_LICENSE():
WARNING: modpost: missing MODULE_LICENSE() in arch/um/drivers/mmapper_kern.o
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Greg Lonnon <
[email protected]
>
Cc: Jeff Dike <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/drivers/mmapper_kern.c
patch
|
blob
|
history
diff --git
a/arch/um/drivers/mmapper_kern.c
b/arch/um/drivers/mmapper_kern.c
index 8501e7d0015c7b301b1e2d4773315dc5eba74e7a..6bc73f0e8e293dd43d7be0f38d16954b1bba49fb 100644
(file)
--- a/
arch/um/drivers/mmapper_kern.c
+++ b/
arch/um/drivers/mmapper_kern.c
@@
-137,3
+137,4
@@
module_exit(mmapper_exit);
MODULE_AUTHOR("Greg Lonnon <
[email protected]
>");
MODULE_DESCRIPTION("DSPLinux simulator mmapper driver");
+MODULE_LICENSE("GPL");