]> Git Repo - J-u-boot.git/blobdiff - common/iotrace.c
Merge patch series "examples: fix building on arm64"
[J-u-boot.git] / common / iotrace.c
index 5b92fabc76e2a738001a18e197790c3b0749f6f7..a0a5613bd9b345e1fd5f192865fd01b3f4b7c733 100644 (file)
@@ -5,9 +5,12 @@
 
 #define IOTRACE_IMPL
 
-#include <common.h>
 #include <mapmem.h>
+#include <time.h>
+#include <asm/global_data.h>
 #include <asm/io.h>
+#include <linux/bug.h>
+#include <u-boot/crc.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.025436 seconds and 4 git commands to generate.