[SUNSU]: Fix license.
authorAndrew Morton <akpm@osdl.org>
Mon, 15 May 2006 21:10:11 +0000 (14:10 -0700)
committerDavid 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

index 1c4396c..2b4f965 100644 (file)
@@ -1730,3 +1730,4 @@ static void __exit sunsu_exit(void)
 
 module_init(sunsu_probe);
 module_exit(sunsu_exit);
+MODULE_LICENSE("GPL");