mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
splash: sort include files
Sort include files in accordance to U-Boot coding style. Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
This commit is contained in:
parent
a705ebc81b
commit
7583f1f577
1 changed files with 8 additions and 7 deletions
|
@ -7,15 +7,16 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <nand.h>
|
||||
#include <errno.h>
|
||||
#include <splash.h>
|
||||
#include <spi_flash.h>
|
||||
#include <spi.h>
|
||||
#include <usb.h>
|
||||
#include <sata.h>
|
||||
#include <bmp_layout.h>
|
||||
#include <errno.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>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
Loading…
Reference in a new issue