summaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/auron/mainboard.c')
-rw-r--r--src/mainboard/google/auron/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/auron/mainboard.c b/src/mainboard/google/auron/mainboard.c
index 12d5a68da6..f465d0775d 100644
--- a/src/mainboard/google/auron/mainboard.c
+++ b/src/mainboard/google/auron/mainboard.c
@@ -2,7 +2,6 @@
#include <device/device.h>
#include <drivers/intel/gma/int15.h>
-#include <vendorcode/google/chromeos/chromeos.h>
#include "ec.h"
#include "variant.h"
@@ -29,7 +28,6 @@ static void mainboard_enable(struct device *dev)
{
dev->ops->init = mainboard_init;
dev->ops->get_smbios_data = mainboard_smbios_data;
- dev->ops->acpi_inject_dsdt = chromeos_dsdt_generator;
install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_EDP, GMA_INT15_PANEL_FIT_CENTERING, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0);
}