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=c4928c252151821d2d6cbb5903d0e1d37a0ce4ec;p=unionfs-2.6.39.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");