lib/malloc: Drop <cpu/x86/smm.h> include

Change-Id: I39b8dc37219195e88ea6396aa7e987e5e244bbab
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42385
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Kyösti Mälkki 2020-06-15 06:11:53 +03:00 committed by Patrick Georgi
parent da7749c5d6
commit f71f3ae9c2
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include <stdlib.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#if CONFIG(DEBUG_MALLOC)
#define MALLOCDBG(x...) printk(BIOS_SPEW, x)