mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
[MTD] mtd/ofpart.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
576506645d
commit
950bcb2582
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user