[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>
Этот коммит содержится в:

коммит произвёл
Russell King

родитель
f505380ba7
Коммит
f36598aeca
@@ -246,7 +246,7 @@ static void __exit pxa2xx_pcmcia_exit(void)
|
||||
driver_unregister(&pxa2xx_pcmcia_driver);
|
||||
}
|
||||
|
||||
module_init(pxa2xx_pcmcia_init);
|
||||
fs_initcall(pxa2xx_pcmcia_init);
|
||||
module_exit(pxa2xx_pcmcia_exit);
|
||||
|
||||
MODULE_AUTHOR("Stefan Eletzhofer <stefan.eletzhofer@inquant.de> and Ian Molton <spyro@f2s.com>");
|
||||
|
Ссылка в новой задаче
Block a user