From be11236a4d9934c93ee284167e86386db3205d35 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 5 Feb 2019 08:48:59 +0100 Subject: commonlib/loglevel.h: Drop unnecessary include This 'include' is only needed in console/console.h file. Change-Id: Ief61106eb78d0de743c920f358937c51658c228a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/31239 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/console/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/console/console.h b/src/include/console/console.h index 2aac832a2a..ed10807c9a 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -20,6 +20,8 @@ #include #include #include + +/* console.h is supposed to provide the log levels defined in here: */ #include #define RAM_DEBUG (CONFIG(DEBUG_RAM_SETUP) ? BIOS_DEBUG : BIOS_NEVER) -- cgit v1.2.3