]> Git Repo - J-u-boot.git/blobdiff - cmd/x86/mtrr.c
cmd: Remove <common.h> and add needed includes
[J-u-boot.git] / cmd / x86 / mtrr.c
index 6ad7a123a4471ce653e90cafc84e4d3b12c9a529..b2afb598c73e6f970121ae332737a957057c9d82 100644 (file)
@@ -3,9 +3,9 @@
  * (C) Copyright 2014 Google, Inc
  */
 
-#include <common.h>
 #include <command.h>
 #include <log.h>
+#include <vsprintf.h>
 #include <asm/msr.h>
 #include <asm/mp.h>
 #include <asm/mtrr.h>
This page took 0.02469 seconds and 4 git commands to generate.