aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/generic/ioapic/ioapic.c1
-rw-r--r--src/lib/dp_aux.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/generic/ioapic/ioapic.c b/src/drivers/generic/ioapic/ioapic.c
index b286af3c14..0097c594af 100644
--- a/src/drivers/generic/ioapic/ioapic.c
+++ b/src/drivers/generic/ioapic/ioapic.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <device/device.h>
#include "chip.h"
#include <arch/ioapic.h>
diff --git a/src/lib/dp_aux.c b/src/lib/dp_aux.c
index b584a37691..c6e2de2d62 100644
--- a/src/lib/dp_aux.c
+++ b/src/lib/dp_aux.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <dp_aux.h>
-#include <console/console.h>
bool dp_aux_request_is_write(enum aux_request request)
{