]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] arm/kernel/arthur.c: add MODULE_LICENSE
authorAdrian Bunk <bunk@kernel.org>
Mon, 31 Mar 2008 09:08:16 +0000 (12:08 +0300)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 17 May 2008 21:55:16 +0000 (22:55 +0100)
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>
arch/arm/kernel/arthur.c

index 0ee2e98196313a6dffaf46e38faaf5b426d80144..321c5291d05f0aea77f326fd05bbb2cd2a5a3b2a 100644 (file)
@@ -90,3 +90,5 @@ static void __exit arthur_exit(void)
 
 module_init(arthur_init);
 module_exit(arthur_exit);
+
+MODULE_LICENSE("GPL");