summaryrefslogtreecommitdiffstats
path: root/src/mainboard/aopen
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-26 12:05:22 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-05 09:01:13 +0000
commit1156b35a230126ca27f65de93d12c94d2f24e69b (patch)
tree66f8110e669dfb893f2d6dac44520b480c6dd899 /src/mainboard/aopen
parent19f5ba81be265da3d1a2a15c106486677479dfd5 (diff)
downloadcoreboot-1156b35a230126ca27f65de93d12c94d2f24e69b.tar.gz
coreboot-1156b35a230126ca27f65de93d12c94d2f24e69b.tar.bz2
coreboot-1156b35a230126ca27f65de93d12c94d2f24e69b.zip
mainboard: Remove unneeded include <console/console.h>
Change-Id: Ib3aafcc586b1631a75f214cfd19706108ad8ca93 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29285 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/aopen')
-rw-r--r--src/mainboard/aopen/dxplplusu/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/aopen/dxplplusu/acpi_tables.c b/src/mainboard/aopen/dxplplusu/acpi_tables.c
index 0f0d41394922..e60b31481341 100644
--- a/src/mainboard/aopen/dxplplusu/acpi_tables.c
+++ b/src/mainboard/aopen/dxplplusu/acpi_tables.c
@@ -18,7 +18,6 @@
* GNU General Public License for more details.
*/
-#include <console/console.h>
#include <string.h>
#include <arch/acpi.h>
#include <device/pci.h>