aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/pxa2xx_sharpsl.c
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-09-03 14:39:25 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-03 14:39:25 -0400
commitf36598aeca4c2dbaa607bf6f774e38eb965402f2 (patch)
treee3f6ac9524f05d821b5fbe0c547c268ae3bedc3f /drivers/pcmcia/pxa2xx_sharpsl.c
parentf505380ba7b98ec97bf25300c2a58aeae903530b (diff)
[ARM] 2873/1: PCMCIA soc: Allow access to filesystems on CF at boot time
Patch from Richard Purdie This change makes the soc pcmcia interfaces available earlier in the boot process meaning devices like CF microdrives can be used for the root filesystem. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/pcmcia/pxa2xx_sharpsl.c')
-rw-r--r--drivers/pcmcia/pxa2xx_sharpsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pxa2xx_sharpsl.c b/drivers/pcmcia/pxa2xx_sharpsl.c
index 42efe218867..7bac2f7d8b3 100644
--- a/drivers/pcmcia/pxa2xx_sharpsl.c
+++ b/drivers/pcmcia/pxa2xx_sharpsl.c
@@ -257,7 +257,7 @@ static void __exit sharpsl_pcmcia_exit(void)
257 platform_device_unregister(sharpsl_pcmcia_device); 257 platform_device_unregister(sharpsl_pcmcia_device);
258} 258}
259 259
260module_init(sharpsl_pcmcia_init); 260fs_initcall(sharpsl_pcmcia_init);
261module_exit(sharpsl_pcmcia_exit); 261module_exit(sharpsl_pcmcia_exit);
262 262
263MODULE_DESCRIPTION("Sharp SL Series PCMCIA Support"); 263MODULE_DESCRIPTION("Sharp SL Series PCMCIA Support");