]> Git Repo - J-u-boot.git/blobdiff - board/hisilicon/poplar/poplar.c
common: Drop net.h from common header
[J-u-boot.git] / board / hisilicon / poplar / poplar.c
index 77948445e261f89bf33762f62f9cfab24da2abf0..70a69f5b8c9678b2a3faec18a314bbaf1b411c05 100644 (file)
@@ -4,8 +4,11 @@
  * Jorge Ramirez-Ortiz <[email protected]>
  */
 
-#include <dm.h>
 #include <common.h>
+#include <cpu_func.h>
+#include <dm.h>
+#include <init.h>
+#include <asm/cache.h>
 #include <asm/io.h>
 #include <dm/platform_data/serial_pl01x.h>
 #include <asm/arch/hi3798cv200.h>
@@ -155,6 +158,7 @@ static void usb2_phy_init(void)
 }
 
 #if defined(CONFIG_USB_GADGET) && defined(CONFIG_USB_GADGET_DWC2_OTG)
+#include <env.h>
 #include <usb.h>
 #include <usb/dwc2_udc.h>
 #include <g_dnl.h>
This page took 0.02776 seconds and 4 git commands to generate.