[MTD] mtd/ofpart.c: add MODULE_LICENSE
authorAdrian Bunk <bunk@kernel.org>
Mon, 14 Apr 2008 14:19:46 +0000 (17:19 +0300)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 14:53:52 +0000 (15:53 +0100)
This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/ofpart.c

index f86e06934cd8d2cb37b64e5c5064ab5125a60978..4f80c2fd89af71a0a0c9e5bae77c013a663a4c7b 100644 (file)
@@ -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");
This page took 0.026108 seconds and 5 git commands to generate.