diff options
Diffstat (limited to 'src/mainboard/asus/kfsn4-dre')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/mptable.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/acpi_tables.c b/src/mainboard/asus/kfsn4-dre/acpi_tables.c index 6c4a02ae6a..dd5a07615b 100644 --- a/src/mainboard/asus/kfsn4-dre/acpi_tables.c +++ b/src/mainboard/asus/kfsn4-dre/acpi_tables.c @@ -20,7 +20,6 @@ * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering */ -#include <console/console.h> #include <string.h> #include <assert.h> #include <arch/acpi.h> diff --git a/src/mainboard/asus/kfsn4-dre/mptable.c b/src/mainboard/asus/kfsn4-dre/mptable.c index 6081f00c06..4109306378 100644 --- a/src/mainboard/asus/kfsn4-dre/mptable.c +++ b/src/mainboard/asus/kfsn4-dre/mptable.c @@ -22,7 +22,6 @@ // These tables are INCOMPLETE for this mainboard! // The ACPI tables are correct; a backport to these MP tables is needed... -#include <console/console.h> #include <arch/smp/mpspec.h> #include <device/pci.h> #include <string.h> |