Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [2.6 patch] malta_mtd.c: add MODULE_LICENSE
@ 2008-06-15 16:13 Adrian Bunk
  2008-06-16 13:30 ` Ralf Baechle
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2008-06-15 16:13 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

This patch adds the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 arch/mips/mips-boards/malta/malta_mtd.c |    3 +++
 1 file changed, 3 insertions(+)

da2e8fd47a57f6e5c48dc0781db3aa7a46365c38 diff --git a/arch/mips/mips-boards/malta/malta_mtd.c b/arch/mips/mips-boards/malta/malta_mtd.c
index 8ad9bdf..dd38c12 100644
--- a/arch/mips/mips-boards/malta/malta_mtd.c
+++ b/arch/mips/mips-boards/malta/malta_mtd.c
@@ -8,6 +8,7 @@
  */
 
 #include <linux/init.h>
+#include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/mtd/partitions.h>
 #include <linux/mtd/physmap.h>
@@ -61,3 +62,5 @@ static int __init malta_mtd_init(void)
 }
 
 module_init(malta_mtd_init)
+
+MODULE_LICENSE("GPL");

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-06-18  7:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 16:13 [2.6 patch] malta_mtd.c: add MODULE_LICENSE Adrian Bunk
2008-06-16 13:30 ` Ralf Baechle
2008-06-16 14:34   ` Dmitri Vorobiev
2008-06-16 14:37     ` Ralf Baechle
2008-06-16 14:40       ` Dmitri Vorobiev
2008-06-17  8:52       ` Dmitri Vorobiev
2008-06-18  7:01         ` Dmitri Vorobiev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox