HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50522 )
Change subject: src/device: Remove unused <console/console.h> ......................................................................
src/device: Remove unused <console/console.h>
Change-Id: I30ed9661d8e84be49d362baafbb2bc624952c287 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/resource_allocator_common.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/50522/1
diff --git a/src/device/resource_allocator_common.c b/src/device/resource_allocator_common.c index 202318b..1cb1895 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 {