* [PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA.
@ 2006-10-03 16:39 Jonathan McDowell
0 siblings, 0 replies; only message in thread
From: Jonathan McDowell @ 2006-10-03 16:39 UTC (permalink / raw)
To: linux-pcmcia; +Cc: linux-kernel
The patch below allows me to build and modprobe a modular sa1100_cs.
Searching around finds others who've had the same problem. Exporting
soc_common_drv_pcmcia_remove solves the problem for me allowing a
modular PCMCIA build.
Signed-Off-By: Jonathan McDowell <noodles@earth.li>
-----
Index: linux-2.6.18/drivers/pcmcia/soc_common.c
===================================================================
--- linux-2.6.18.orig/drivers/pcmcia/soc_common.c 2006-10-03 11:32:17.000000000 +0100
+++ linux-2.6.18/drivers/pcmcia/soc_common.c 2006-10-03 11:32:24.000000000 +0100
@@ -824,3 +824,4 @@
return 0;
}
+EXPORT_SYMBOL(soc_common_drv_pcmcia_remove);
-----
J.
--
Purple alert! Purple alert! - Holly
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-03 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-03 16:39 [PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA Jonathan McDowell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox