projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1adad7
)
[SUNSU]: Fix license.
author
Andrew Morton
<akpm@osdl.org>
Mon, 15 May 2006 21:10:11 +0000
(14:10 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 22 May 2006 03:08:56 +0000
(20:08 -0700)
FATAL: modpost: GPL-incompatible module sunsu uses the GPL-only symbol tty_insert_flip_string_flags
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunsu.c
patch
|
blob
|
history
diff --git
a/drivers/serial/sunsu.c
b/drivers/serial/sunsu.c
index
1c4396c
..
2b4f965
100644
(file)
--- a/
drivers/serial/sunsu.c
+++ b/
drivers/serial/sunsu.c
@@
-1730,3
+1730,4
@@
static void __exit sunsu_exit(void)
module_init(sunsu_probe);
module_exit(sunsu_exit);
+MODULE_LICENSE("GPL");