diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:43 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:43 -0500 |
commit | eafd88a3b5d86ba2dd515d430b57a01349d0867b (patch) | |
tree | 6325ee98037bb046025100f3d05cc10154ec9225 /drivers/ide/ide-probe.c | |
parent | 070ecb841c4f15817f4e2365785173eea56ab3e6 (diff) |
ide: factor out devices setup from ide_acpi_init()
* Factor out devices setup from ide_acpi_init() to
ide_acpi_port_init_devices().
* Call ide_acpi_port_init_devices() in ide_device_add_all().
While at it:
* Remove no longer needed 'drive' field from struct ide_acpi_drive_link.
There should be no functionality changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index cab06ac9522a..abb695aa021d 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1430,6 +1430,7 @@ int ide_device_add_all(u8 *idx, const struct ide_port_info *d) | |||
1430 | } | 1430 | } |
1431 | 1431 | ||
1432 | ide_acpi_init(hwif); | 1432 | ide_acpi_init(hwif); |
1433 | ide_acpi_port_init_devices(hwif); | ||
1433 | } | 1434 | } |
1434 | 1435 | ||
1435 | for (i = 0; i < MAX_HWIFS; i++) { | 1436 | for (i = 0; i < MAX_HWIFS; i++) { |