The patch titled pcmcia: blackfin: fix bug - add missing ; to MODULE macro has been removed from the -mm tree. Its filename was pcmcia-blackfin-fix-bug-add-missing-to-module-macro.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: pcmcia: blackfin: fix bug - add missing ; to MODULE macro From: Mike Frysinger <vapier.adi@xxxxxxxxx> Cc: Michael Hennerich <michael.hennerich@xxxxxxxxxx> Signed-off-by: Mike Frysinger <vapier.adi@xxxxxxxxx> Signed-off-by: Bryan Wu <cooloney@xxxxxxxxxx> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pcmcia/bfin_cf_pcmcia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pcmcia/bfin_cf_pcmcia.c~pcmcia-blackfin-fix-bug-add-missing-to-module-macro drivers/pcmcia/bfin_cf_pcmcia.c --- a/drivers/pcmcia/bfin_cf_pcmcia.c~pcmcia-blackfin-fix-bug-add-missing-to-module-macro +++ a/drivers/pcmcia/bfin_cf_pcmcia.c @@ -334,6 +334,6 @@ static void __exit bfin_cf_exit(void) module_init(bfin_cf_init); module_exit(bfin_cf_exit); -MODULE_AUTHOR("Michael Hennerich <hennerich@xxxxxxxxxxxxxxxxxxxx>") +MODULE_AUTHOR("Michael Hennerich <hennerich@xxxxxxxxxxxxxxxxxxxx>"); MODULE_DESCRIPTION("BFIN CF/PCMCIA Driver"); MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from vapier.adi@xxxxxxxxx are origin.patch linux-next.patch genrtc-disable-genrtc-on-blackfin-systems.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html