]> Git Repo - u-boot.git/blobdiff - common/splash_source.c
common: Drop asm/global_data.h from common header
[u-boot.git] / common / splash_source.c
index d37b4b304c2c2ec77af140091ca8e88bd14d1732..2737fc6e7ffabd250920a118099c751dde52fef4 100644 (file)
@@ -7,17 +7,20 @@
 
 #include <common.h>
 #include <bmp_layout.h>
+#include <command.h>
 #include <env.h>
 #include <errno.h>
 #include <fs.h>
 #include <fdt_support.h>
 #include <image.h>
+#include <log.h>
 #include <nand.h>
 #include <sata.h>
 #include <spi.h>
 #include <spi_flash.h>
 #include <splash.h>
 #include <usb.h>
+#include <asm/global_data.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.022577 seconds and 4 git commands to generate.