summaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/h8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/h8.c')
-rw-r--r--src/ec/lenovo/h8/h8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/h8.c b/src/ec/lenovo/h8/h8.c
index cafbe645b4..3bdb50ddda 100644
--- a/src/ec/lenovo/h8/h8.c
+++ b/src/ec/lenovo/h8/h8.c
@@ -227,7 +227,7 @@ struct device_operations h8_dev_ops = {
.get_smbios_strings = h8_smbios_strings,
#endif
#if CONFIG(HAVE_ACPI_TABLES)
- .acpi_fill_ssdt_generator = h8_ssdt_generator,
+ .acpi_fill_ssdt = h8_ssdt_generator,
.acpi_name = h8_acpi_name,
#endif
.init = h8_init,