diff options
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index 3ec220b64d0b..77af743425e8 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -218,9 +218,6 @@ static void __init init_ide_data (void) | |||
218 | ide_init_default_irq(hwif->io_ports[IDE_DATA_OFFSET]); | 218 | ide_init_default_irq(hwif->io_ports[IDE_DATA_OFFSET]); |
219 | #endif | 219 | #endif |
220 | } | 220 | } |
221 | #ifdef CONFIG_IDE_ARM | ||
222 | ide_arm_init(); | ||
223 | #endif | ||
224 | } | 221 | } |
225 | 222 | ||
226 | /** | 223 | /** |
@@ -1774,6 +1771,9 @@ static int __init ide_init(void) | |||
1774 | 1771 | ||
1775 | proc_ide_create(); | 1772 | proc_ide_create(); |
1776 | 1773 | ||
1774 | #ifdef CONFIG_IDE_ARM | ||
1775 | ide_arm_init(); | ||
1776 | #endif | ||
1777 | #ifdef CONFIG_BLK_DEV_ALI14XX | 1777 | #ifdef CONFIG_BLK_DEV_ALI14XX |
1778 | if (probe_ali14xx) | 1778 | if (probe_ali14xx) |
1779 | (void)ali14xx_init(); | 1779 | (void)ali14xx_init(); |