From f7ae49fc4f363a803dab3be078e93ead8e75a8e9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:05 -0600 Subject: common: Drop log.h from common header Move this header out of the common header. Signed-off-by: Simon Glass --- arch/x86/cpu/quark/dram.c | 1 + arch/x86/cpu/quark/mrc_util.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'arch/x86/cpu/quark') diff --git a/arch/x86/cpu/quark/dram.c b/arch/x86/cpu/quark/dram.c index 30f4755626..72937139ed 100644 --- a/arch/x86/cpu/quark/dram.c +++ b/arch/x86/cpu/quark/dram.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include diff --git a/arch/x86/cpu/quark/mrc_util.h b/arch/x86/cpu/quark/mrc_util.h index 4a760a9f59..e6e69c49d0 100644 --- a/arch/x86/cpu/quark/mrc_util.h +++ b/arch/x86/cpu/quark/mrc_util.h @@ -10,6 +10,8 @@ #ifndef _MRC_UTIL_H_ #define _MRC_UTIL_H_ +#include + /* Turn on this macro to enable MRC debugging output */ #undef MRC_DEBUG -- cgit