mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
spi: ich: Fix header order
Move the header files into the right order. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
702b28a163
commit
b47aa26eb9
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <div64.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
|
@ -13,9 +14,8 @@
|
|||
#include <pci.h>
|
||||
#include <pci_ids.h>
|
||||
#include <spi.h>
|
||||
#include <asm/io.h>
|
||||
#include <spi-mem.h>
|
||||
#include <div64.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include "ich.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue