The patch titled Export soc_common_drv_pcmcia_remove to allow modular PCMCIA. has been added to the -mm tree. Its filename is export-soc_common_drv_pcmcia_remove-to-allow-modular-pcmcia.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 export-soc_common_drv_pcmcia_remove-to-allow-modular-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