[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 0ee2e98..321c529 100644 (file)
@@ -90,3 +90,5 @@ static void __exit arthur_exit(void)
 
 module_init(arthur_init);
 module_exit(arthur_exit);
+
+MODULE_LICENSE("GPL");