commonlib/loglevel.h: Drop unnecessary include
This 'include' is only needed in console/console.h file. Change-Id: Ief61106eb78d0de743c920f358937c51658c228a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31239 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
committed by
Patrick Georgi
parent
51120435f5
commit
be11236a4d
@ -20,6 +20,8 @@
|
||||
#include <arch/cpu.h>
|
||||
#include <console/post_codes.h>
|
||||
#include <console/vtxprintf.h>
|
||||
|
||||
/* console.h is supposed to provide the log levels defined in here: */
|
||||
#include <commonlib/loglevel.h>
|
||||
|
||||
#define RAM_DEBUG (CONFIG(DEBUG_RAM_SETUP) ? BIOS_DEBUG : BIOS_NEVER)
|
||||
|
Reference in New Issue
Block a user