From: Erez_Zadok Date: Wed, 6 Jun 2007 05:20:15 +0000 (-0400) Subject: bugfix: add MODULE_LICENSE to mtdsuper module so it loads X-Git-Tag: unionfs-2.1.1~58 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=00e382dabf4139acf5ee45b126400572bda21701;p=unionfs-2.6.37.y.git bugfix: add MODULE_LICENSE to mtdsuper module so it loads This is a temp fix in rc4. Also reported this bug to MTD maintainer. --- diff --git a/drivers/mtd/mtdsuper.c b/drivers/mtd/mtdsuper.c index 16b02a1fc10..8c0a7ed364c 100644 --- a/drivers/mtd/mtdsuper.c +++ b/drivers/mtd/mtdsuper.c @@ -218,3 +218,5 @@ void kill_mtd_super(struct super_block *sb) } EXPORT_SYMBOL_GPL(kill_mtd_super); + +MODULE_LICENSE("GPL");