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:
Elyes HAOUAS
2019-02-05 08:48:59 +01:00
committed by Patrick Georgi
parent 51120435f5
commit be11236a4d
28 changed files with 2 additions and 27 deletions

View File

@ -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)