commit | eafd88a3b5d86ba2dd515d430b57a01349d0867b | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Feb 02 19:56:43 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Feb 02 19:56:43 2008 +0100 |
tree | 6325ee98037bb046025100f3d05cc10154ec9225 | |
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>