ARM: sa1100: explicitly register sa11x0-pcmcia devices
Simplify the code by getting rid of the conditional automatic registration of the sa11x0 PCMCIA interfaces in sa1100_init(), and require all platforms to explicitly call sa11x0_register_pcmcia(). Only one platform (iPAQ) is affected by this change. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
这个提交包含在:
@@ -126,6 +126,7 @@ static void __init h3100_mach_init(void)
|
||||
{
|
||||
h3xxx_mach_init();
|
||||
|
||||
sa11x0_register_pcmcia(-1, NULL);
|
||||
sa11x0_register_lcd(&h3100_lcd_info);
|
||||
sa11x0_register_irda(&h3100_irda_data);
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户