serial/8250_gsc.c: add MODULE_LICENSE
authorAdrian Bunk <[email protected]>
Thu, 24 Jul 2008 04:29:44 +0000 (21:29 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:29 +0000 (10:47 -0700)
This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/serial/8250_gsc.c

index 4eb7437a404a5fa5e4c4d8087d040a55891a2eb8..0416ad3bc127bd6f45b3302319dd7f15aff7fafd 100644 (file)
@@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
 }
 
 module_init(probe_serial_gsc);
+
+MODULE_LICENSE("GPL");