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>
Sun, 24 Nov 2013 17:18:53 +0000 (12:18 -0500)
This is a temp fix in rc4.  Also reported this bug to MTD maintainer.

drivers/mtd/mtdsuper.c

index 334da5f583c021124ea2e64ae7860f513bd9816f..0926da3de04b32877cfbe828a0435efcae5e2881 100644 (file)
@@ -217,3 +217,5 @@ void kill_mtd_super(struct super_block *sb)
 }
 
 EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");