summaryrefslogtreecommitdiffstats
path: root/src/device/resource_allocator_common.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 13:14:41 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 10:48:28 +0000
commitda00a298f490eaf6a606f1e9b443c5fa83a2f71f (patch)
tree3f79348fddbc00a00d8cec1a601124bfd52cee6f /src/device/resource_allocator_common.c
parentf6c4eeab1a17f4772bb98da737a6a22ed4422c2b (diff)
downloadcoreboot-da00a298f490eaf6a606f1e9b443c5fa83a2f71f.tar.gz
coreboot-da00a298f490eaf6a606f1e9b443c5fa83a2f71f.tar.bz2
coreboot-da00a298f490eaf6a606f1e9b443c5fa83a2f71f.zip
src/device: Remove unused <console/console.h>
Change-Id: I30ed9661d8e84be49d362baafbb2bc624952c287 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50522 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/device/resource_allocator_common.c')
-rw-r--r--src/device/resource_allocator_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/resource_allocator_common.c b/src/device/resource_allocator_common.c
index 202318bfe6a9..1cb189592ea0 100644
--- a/src/device/resource_allocator_common.c
+++ b/src/device/resource_allocator_common.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <device/device.h>
struct pick_largest_state {