]> git.sur5r.net Git - u-boot/blobdiff - board/cavium/thunderx/thunderx.c
dm: Use dm.h header when driver mode is used
[u-boot] / board / cavium / thunderx / thunderx.c
index 960ca53b021eaf4e7c5490a5f518aca6f843c33f..02253af5d9ffa3e12523da8713f77c012759e3e6 100644 (file)
@@ -5,6 +5,7 @@
 **/
 
 #include <common.h>
+#include <dm.h>
 #include <malloc.h>
 #include <errno.h>
 #include <linux/compiler.h>
@@ -13,7 +14,6 @@
 #include <asm/armv8/mmu.h>
 
 #if !CONFIG_IS_ENABLED(OF_CONTROL)
-#include <dm/platdata.h>
 #include <dm/platform_data/serial_pl01x.h>
 
 static const struct pl01x_serial_platdata serial0 = {