diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:36 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:36 -0500 |
commit | fbd130887a45341259cde02e134581fb3dac6e14 (patch) | |
tree | f0725b5febce2f948e02f5d98a5bf3a6a7f658cb /drivers/ide/ide.c | |
parent | cae5c82022cd710ff1eedd39ca8c56b081177b18 (diff) |
ide: use ide_remove_port_from_hwgroup in init_irq()
There should be no functionality changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index 1a3c89471175..ab9ca2b5b66c 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -461,7 +461,7 @@ static void ide_hwif_restore(ide_hwif_t *hwif, ide_hwif_t *tmp_hwif) | |||
461 | hwif->hwif_data = tmp_hwif->hwif_data; | 461 | hwif->hwif_data = tmp_hwif->hwif_data; |
462 | } | 462 | } |
463 | 463 | ||
464 | static void ide_remove_port_from_hwgroup(ide_hwif_t *hwif) | 464 | void ide_remove_port_from_hwgroup(ide_hwif_t *hwif) |
465 | { | 465 | { |
466 | ide_hwgroup_t *hwgroup = hwif->hwgroup; | 466 | ide_hwgroup_t *hwgroup = hwif->hwgroup; |
467 | 467 | ||