Skip to content

Commit

Permalink
[ARM] arm/kernel/arthur.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>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Adrian Bunk authored and Russell King committed May 17, 2008
1 parent bbdf1c1 commit 7cc09c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/kernel/arthur.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ static void __exit arthur_exit(void)

module_init(arthur_init);
module_exit(arthur_exit);

MODULE_LICENSE("GPL");

0 comments on commit 7cc09c2

Please sign in to comment.