diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-14 16:19:46 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-04-22 16:53:52 +0200 |
commit | 950bcb2582ebeddb66a8e9349eaedf7ba69e195b (patch) | |
tree | 7651e210db09f1847c7c90458bb62ada29c94d87 /drivers/mtd/ofpart.c | |
parent | [MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages. (diff) | |
download | linux-950bcb2582ebeddb66a8e9349eaedf7ba69e195b.tar.xz linux-950bcb2582ebeddb66a8e9349eaedf7ba69e195b.zip |
[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>
Diffstat (limited to 'drivers/mtd/ofpart.c')
-rw-r--r-- | 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 f86e06934cd8..4f80c2fd89af 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"); |