Commit 950bcb25 authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse

[MTD] mtd/ofpart.c: add MODULE_LICENSE

This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 57650664
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment