The patch titled Export soc_common_drv_pcmcia_remove to allow modular PCMCIA. has been removed from the -mm tree. Its filename was export-soc_common_drv_pcmcia_remove-to-allow-modular-pcmcia.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Export soc_common_drv_pcmcia_remove to allow modular PCMCIA. From: Jonathan McDowell <noodles@xxxxxxxx> Allow a modular sa1100_cs. Signed-off-by: Jonathan McDowell <noodles@xxxxxxxx> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pcmcia/soc_common.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/pcmcia/soc_common.c~export-soc_common_drv_pcmcia_remove-to-allow-modular-pcmcia drivers/pcmcia/soc_common.c --- a/drivers/pcmcia/soc_common.c~export-soc_common_drv_pcmcia_remove-to-allow-modular-pcmcia +++ a/drivers/pcmcia/soc_common.c @@ -824,3 +824,4 @@ int soc_common_drv_pcmcia_remove(struct return 0; } +EXPORT_SYMBOL(soc_common_drv_pcmcia_remove); _ Patches currently in -mm which might be from noodles@xxxxxxxx are git-pcmcia.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