]> Git Repo - J-u-boot.git/blobdiff - cmd/fuse.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[J-u-boot.git] / cmd / fuse.c
index 598ef496a430071dd3d141249eee7146f18bca78..f884c894fb002fad53f90d894a25559093c3223f 100644 (file)
@@ -8,11 +8,11 @@
  * Martha Marx <[email protected]>
  */
 
+#include <common.h>
 #include <command.h>
 #include <console.h>
 #include <fuse.h>
 #include <mapmem.h>
-#include <vsprintf.h>
 #include <linux/errno.h>
 
 static int strtou32(const char *str, unsigned int base, u32 *result)
This page took 0.025615 seconds and 4 git commands to generate.