summaryrefslogtreecommitdiffstats
path: root/southbridge/amd/amd8111/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'southbridge/amd/amd8111/ide.c')
-rw-r--r--southbridge/amd/amd8111/ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/southbridge/amd/amd8111/ide.c b/southbridge/amd/amd8111/ide.c
index b34c4f5e1552..c56339e7a3ac 100644
--- a/southbridge/amd/amd8111/ide.c
+++ b/southbridge/amd/amd8111/ide.c
@@ -78,7 +78,7 @@ struct device_operations amd8111_ide = {
.device = PCI_DEVICE_ID_AMD_8111_IDE}}},
.constructor = default_device_constructor,
.phase3_scan = 0,
- .phase4_enable_disable = amd8111_enable,
+ .phase3_chip_setup_dev = amd8111_enable,
.phase4_read_resources = pci_dev_read_resources,
.phase4_set_resources = pci_dev_set_resources,
.phase5_enable_resources = pci_dev_enable_resources,