The dm/ file should go at the end. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
@@ -4,10 +4,10 @@
*/
#define DEBUG
#include <common.h>
-#include <dm/root.h>
#include <os.h>
#include <asm/io.h>
#include <asm/state.h>
+#include <dm/root.h>
DECLARE_GLOBAL_DATA_PTR;