Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77256
b: refs/heads/master
c: 9440009
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent 7050d44 commit 18eaf3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbb010c180294a5242a7681555c28737d9dd26ab
refs/heads/master: 944000921d41c5aacfda6515ad3a0bbde52f8fa3
1 change: 0 additions & 1 deletion trunk/drivers/ide/arm/ide_arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ void __init ide_arm_init(void)

hwif = ide_find_port(hw.io_ports[IDE_DATA_OFFSET]);
if (hwif) {
ide_init_port_data(hwif, hwif->index);
ide_init_port_hw(hwif, &hw);
}
}
6 changes: 3 additions & 3 deletions trunk/drivers/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ static void __init init_ide_data (void)
ide_init_default_irq(hwif->io_ports[IDE_DATA_OFFSET]);
#endif
}
#ifdef CONFIG_IDE_ARM
ide_arm_init();
#endif
}

/**
Expand Down Expand Up @@ -1774,6 +1771,9 @@ static int __init ide_init(void)

proc_ide_create();

#ifdef CONFIG_IDE_ARM
ide_arm_init();
#endif
#ifdef CONFIG_BLK_DEV_ALI14XX
if (probe_ali14xx)
(void)ali14xx_init();
Expand Down

0 comments on commit 18eaf3f

Please sign in to comment.