]> Git Repo - u-boot.git/blobdiff - test/log/syslog_test.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / test / log / syslog_test.c
index febaca68e8db64f61bacbcf6479512dbf9395f6e..c4180f775b95e8c81672d40a406addfa2c7c3e29 100644 (file)
@@ -10,7 +10,7 @@
 /* Override CONFIG_LOG_MAX_LEVEL */
 #define LOG_DEBUG
 
-#include <common.h>
+#include <asm/global_data.h>
 #include <dm/device.h>
 #include <hexdump.h>
 #include <test/log.h>
@@ -18,7 +18,7 @@
 #include <test/suites.h>
 #include <test/ut.h>
 #include <asm/eth.h>
-#include <syslog_test.h>
+#include "syslog_test.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.021035 seconds and 4 git commands to generate.