aboutsummaryrefslogtreecommitdiff
path: root/src/device/pci_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_device.c')
-rw-r--r--src/device/pci_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c
index b1e88a6896..0cbb02d60a 100644
--- a/src/device/pci_device.c
+++ b/src/device/pci_device.c
@@ -768,7 +768,7 @@ struct device_operations default_pci_ops_dev = {
.enable_resources = pci_dev_enable_resources,
#if CONFIG(HAVE_ACPI_TABLES)
.write_acpi_tables = pci_rom_write_acpi_tables,
- .acpi_fill_ssdt_generator = pci_rom_ssdt,
+ .acpi_fill_ssdt = pci_rom_ssdt,
#endif
.init = pci_dev_init,
.scan_bus = 0,