mirror of
https://xff.cz/git/u-boot/
synced 2026-01-07 23:59:17 +01: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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user