You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Russell King
parent
f505380ba7
commit
f36598aeca
@@ -189,7 +189,7 @@ static int __init sa11xx_pcmcia_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
module_init(sa11xx_pcmcia_init);
|
||||
fs_initcall(sa11xx_pcmcia_init);
|
||||
|
||||
static void __exit sa11xx_pcmcia_exit(void) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user