All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] mtd/ofpart.c: add MODULE_LICENSE
@ 2008-04-14 14:19 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-04-14 14:19 UTC (permalink / raw
  To: dwmw2; +Cc: linux-mtd, linux-kernel

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

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

---
b530cd2188d467f2b157e77349baa8e854b61a17 diff --git a/drivers/mtd/ofpart.c b/drivers/mtd/ofpart.c
index f86e069..4f80c2f 100644
--- a/drivers/mtd/ofpart.c
+++ b/drivers/mtd/ofpart.c
@@ -72,3 +72,5 @@ int __devinit of_mtd_parse_partitions(struct device *dev,
 	return nr_parts;
 }
 EXPORT_SYMBOL(of_mtd_parse_partitions);
+
+MODULE_LICENSE("GPL");


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-14 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 14:19 [2.6 patch] mtd/ofpart.c: add MODULE_LICENSE Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.