summaryrefslogtreecommitdiff
path: root/common/splash_source.c
diff options
context:
space:
mode:
authortomas.melin@vaisala.com <tomas.melin@vaisala.com>2017-01-13 11:20:13 (GMT)
committerAnatolij Gustschin <agust@denx.de>2017-01-13 16:39:15 (GMT)
commit7583f1f577db45c37e0c76dc67616347585aeda3 (patch)
tree944508cc55b214ce059ef7190f51e730109bf67d /common/splash_source.c
parenta705ebc81b7f91bbd0ef7c634284208342901149 (diff)
downloadu-boot-fsl-qoriq-7583f1f577db45c37e0c76dc67616347585aeda3.tar.xz
splash: sort include files
Sort include files in accordance to U-Boot coding style. Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
Diffstat (limited to 'common/splash_source.c')
-rw-r--r--common/splash_source.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/common/splash_source.c b/common/splash_source.c
index 230b2db..5f6e961 100644
--- a/common/splash_source.c
+++ b/common/splash_source.c
@@ -7,15 +7,16 @@
*/
#include <common.h>
-#include <nand.h>
+#include <bmp_layout.h>
#include <errno.h>
-#include <splash.h>
-#include <spi_flash.h>
+#include <fs.h>
+#include <image.h>
+#include <nand.h>
+#include <sata.h>
#include <spi.h>
+#include <spi_flash.h>
+#include <splash.h>
#include <usb.h>
-#include <sata.h>
-#include <bmp_layout.h>
-#include <fs.h>
DECLARE_GLOBAL_DATA_PTR;