summaryrefslogtreecommitdiff
path: root/src/mainboard/jetway
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-05 08:48:59 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-03-08 13:59:33 +0000
commitbe11236a4d9934c93ee284167e86386db3205d35 (patch)
tree3205aab11cf5ea974c0164612a6f86641edaa407 /src/mainboard/jetway
parent51120435f5dd3d71ad24b95089f3ac6dc4d224bf (diff)
downloadcoreboot-be11236a4d9934c93ee284167e86386db3205d35.tar.xz
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>
Diffstat (limited to 'src/mainboard/jetway')
-rw-r--r--src/mainboard/jetway/pa78vm5/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/jetway/pa78vm5/romstage.c b/src/mainboard/jetway/pa78vm5/romstage.c
index e8126d5913..7a90f50bcd 100644
--- a/src/mainboard/jetway/pa78vm5/romstage.c
+++ b/src/mainboard/jetway/pa78vm5/romstage.c
@@ -26,7 +26,6 @@
#include <console/console.h>
#include <timestamp.h>
#include <cpu/amd/model_10xxx_rev.h>
-#include <commonlib/loglevel.h>
#include <cpu/x86/bist.h>
#include <superio/fintek/common/fintek.h>
#include <superio/fintek/f71863fg/f71863fg.h>