aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x200/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x200/mainboard.c')
-rw-r--r--src/mainboard/lenovo/x200/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x200/mainboard.c b/src/mainboard/lenovo/x200/mainboard.c
index 37823bc92f..3406689f0c 100644
--- a/src/mainboard/lenovo/x200/mainboard.c
+++ b/src/mainboard/lenovo/x200/mainboard.c
@@ -28,7 +28,7 @@ static void mainboard_enable(struct device *dev)
GMA_INT15_PANEL_FIT_CENTERING,
GMA_INT15_BOOT_DISPLAY_DEFAULT, 2);
- dev->ops->acpi_fill_ssdt_generator = fill_ssdt;
+ dev->ops->acpi_fill_ssdt = fill_ssdt;
if (CONFIG(BOARD_LENOVO_X200))
init_dock();
}