mb/{asus/p5qc,intel/dg43gt}: Remove unneeded include i82801jx.h
Change-Id: Ia1e64c750dfa6901ac7c9e786952eed49cccfa17 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30322 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
ba5ae5bf20
commit
553967256f
|
@ -14,8 +14,6 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <southbridge/intel/i82801jx/i82801jx.h>
|
|
||||||
|
|
||||||
#include <arch/acpi.h>
|
#include <arch/acpi.h>
|
||||||
DefinitionBlock(
|
DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <southbridge/intel/i82801jx/i82801jx.h>
|
|
||||||
|
|
||||||
#include <arch/acpi.h>
|
#include <arch/acpi.h>
|
||||||
DefinitionBlock(
|
DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
/* Intel 82801Ix support */
|
/* Intel 82801Ix support */
|
||||||
|
|
||||||
|
#include "../i82801jx.h"
|
||||||
|
|
||||||
Scope(\)
|
Scope(\)
|
||||||
{
|
{
|
||||||
// IO-Trap at 0x800. This is the ACPI->SMI communication interface.
|
// IO-Trap at 0x800. This is the ACPI->SMI communication interface.
|
||||||
|
|
Loading…
Reference in New Issue