Skip to content
Snippets Groups Projects
Commit 920519c1 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

serial/8250_gsc.c: add MODULE_LICENSE


This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9fe5ad9c
No related branches found
No related tags found
No related merge requests found
......@@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
}
module_init(probe_serial_gsc);
MODULE_LICENSE("GPL");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment