[MTD] mtd/ofpart.c: add MODULE_LICENSE
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue Apr 22 11:59:01 EDT 2008
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=950bcb2582ebeddb66a8e9349eaedf7ba69e195b
Commit: 950bcb2582ebeddb66a8e9349eaedf7ba69e195b
Parent: 576506645df01f3c1a9c2c9064201aa0ba4cb0ea
Author: Adrian Bunk <bunk at kernel.org>
AuthorDate: Mon Apr 14 17:19:46 2008 +0300
Committer: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Apr 22 15:53:52 2008 +0100
[MTD] mtd/ofpart.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk at kernel.org>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
drivers/mtd/ofpart.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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");
More information about the linux-mtd-cvs
mailing list