diff options
Diffstat (limited to 'src/mainboard/intel/d510mo/dsdt.asl')
-rw-r--r-- | src/mainboard/intel/d510mo/dsdt.asl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/intel/d510mo/dsdt.asl b/src/mainboard/intel/d510mo/dsdt.asl index c1f72f9ac3..a7788bd483 100644 --- a/src/mainboard/intel/d510mo/dsdt.asl +++ b/src/mainboard/intel/d510mo/dsdt.asl @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2007-2009 coresystems GmbH - * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> + * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -23,8 +23,11 @@ DefinitionBlock( 0x20090419 // OEM revision ) { + #include "acpi/platform.asl" #include <southbridge/intel/i82801gx/acpi/globalnvs.asl> + #include <cpu/intel/common/acpi/cpu.asl> + Scope (\_SB) { Device (PCI0) { |