1
0
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:
Simon Glass
2019-12-06 21:42:40 -07:00
committed by Bin Meng
parent 702b28a163
commit b47aa26eb9

View File

@@ -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"