Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -72,3 +72,5 @@ int __devinit of_mtd_parse_partitions(struct device *dev,
	return nr_parts;
	return nr_parts;
}
}
EXPORT_SYMBOL(of_mtd_parse_partitions);
EXPORT_SYMBOL(of_mtd_parse_partitions);

MODULE_LICENSE("GPL");