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>
Fri, 29 Apr 2011 02:24:04 +0000 (22:24 -0400)
This is a temp fix in rc4.  Also reported this bug to MTD maintainer.

drivers/mtd/mtdsuper.c

index 16b02a1fc100ce542bfdaad9bb6fdbf7f8b433fe..8c0a7ed364cc9017ffb2a44119866413c9e6e23b 100644 (file)
@@ -218,3 +218,5 @@ void kill_mtd_super(struct super_block *sb)
 }
 
 EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");