aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/ramtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/ramtest.c')
-rw-r--r--arch/x86/lib/ramtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/ramtest.c b/arch/x86/lib/ramtest.c
index 0338539..16cd6e4 100644
--- a/arch/x86/lib/ramtest.c
+++ b/arch/x86/lib/ramtest.c
@@ -5,9 +5,9 @@
* From Coreboot src/lib/ramtest.c
*/
-#include <common.h>
#include <asm/io.h>
#include <asm/post.h>
+#include <vsprintf.h>
static void write_phys(unsigned long addr, u32 value)
{