]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - lib/strto.c
net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()
[thirdparty/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 */