aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/acpi.c')
-rw-r--r--src/soc/intel/quark/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/quark/acpi.c b/src/soc/intel/quark/acpi.c
index 364a4f96b2..bf173d9972 100644
--- a/src/soc/intel/quark/acpi.c
+++ b/src/soc/intel/quark/acpi.c
@@ -16,7 +16,7 @@ unsigned long acpi_fill_mcfg(unsigned long current)
return current;
}
-void acpi_fill_in_fadt(acpi_fadt_t *fadt)
+void acpi_fill_fadt(acpi_fadt_t *fadt)
{
struct device *dev = pcidev_on_root(PCI_DEVICE_NUMBER_QNC_LPC,
PCI_FUNCTION_NUMBER_QNC_LPC);