summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-03-31 12:08:16 +0300
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-05-17 22:55:16 +0100
commit7cc09c248f4e286a153b5068a30b3fa857f5ce71 (patch)
treea494f0d767e0dd4ca7c729d397cf68841f5d69ca /arch/arm
parentbbdf1c1e58f215940243bedc235e48ed7e8d6f2d (diff)
[ARM] arm/kernel/arthur.c: add MODULE_LICENSE
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/kernel/arthur.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/arthur.c b/arch/arm/kernel/arthur.c
index 0ee2e981963..321c5291d05 100644
--- a/arch/arm/kernel/arthur.c
+++ b/arch/arm/kernel/arthur.c
@@ -90,3 +90,5 @@ static void __exit arthur_exit(void)
module_init(arthur_init);
module_exit(arthur_exit);
+
+MODULE_LICENSE("GPL");