Skip to content

Commit

Permalink
serial/8250_gsc.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 24, 2008
1 parent 9fe5ad9 commit 920519c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/serial/8250_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
}

module_init(probe_serial_gsc);

MODULE_LICENSE("GPL");

0 comments on commit 920519c

Please sign in to comment.