diff options
Diffstat (limited to 'arch/x86/lib/ramtest.c')
-rw-r--r-- | arch/x86/lib/ramtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/ramtest.c b/arch/x86/lib/ramtest.c index 16cd6e49437..03385396325 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) { |