bugfix: add MODULE_LICENSE to mtdsuper module so it loads
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 6 Jun 2007 05:20:15 +0000 (01:20 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 16 Aug 2014 02:27:00 +0000 (22:27 -0400)
This is a temp fix in rc4.  Also reported this bug to MTD maintainer.

drivers/mtd/mtdsuper.c

index 20c02a3b7417cd3025a6c17142f86a3479e2e3a8..9046bc546904964660f6ed9c8f9baccbad85e67f 100644 (file)
@@ -218,3 +218,5 @@ void kill_mtd_super(struct super_block *sb)
 }
 
 EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");