Commit 7cc09c248f4e286a153b5068a30b3fa857f5ce71

Authored by Adrian Bunk
Committed by Russell King
1 parent bbdf1c1e58

[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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/arm/kernel/arthur.c
... ... @@ -90,4 +90,6 @@
90 90  
91 91 module_init(arthur_init);
92 92 module_exit(arthur_exit);
  93 +
  94 +MODULE_LICENSE("GPL");