diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:14:41 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:48:28 +0000 |
commit | da00a298f490eaf6a606f1e9b443c5fa83a2f71f (patch) | |
tree | 3f79348fddbc00a00d8cec1a601124bfd52cee6f /src/device | |
parent | f6c4eeab1a17f4772bb98da737a6a22ed4422c2b (diff) |
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')
-rw-r--r-- | src/device/resource_allocator_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/resource_allocator_common.c b/src/device/resource_allocator_common.c index 202318bfe6..1cb189592e 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 { |