]> Git Repo - u-boot.git/blobdiff - lib/strto.c
arm: tegra: Remove <common.h> and add needed includes
[u-boot.git] / lib / strto.c
index 154921165cb204127d29bebce7eab871efc940b3..5157332d6c1d7966e783455d57f8bc1115c29f40 100644 (file)
@@ -9,9 +9,9 @@
  * Wirzenius wrote this portably, Torvalds fucked it up :-)
  */
 
-#include <common.h>
 #include <errno.h>
 #include <malloc.h>
+#include <vsprintf.h>
 #include <linux/ctype.h>
 
 /* from lib/kstrtox.c */
This page took 0.027666 seconds and 4 git commands to generate.