Skip to content

Commit

Permalink
[SUNSU]: Fix license.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and David S. Miller committed May 22, 2006
1 parent f1adad7 commit 9a2a9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/serial/sunsu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1730,3 +1730,4 @@ static void __exit sunsu_exit(void)

module_init(sunsu_probe);
module_exit(sunsu_exit);
MODULE_LICENSE("GPL");

0 comments on commit 9a2a9bb

Please sign in to comment.