projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702b28a
)
spi: ich: Fix header order
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Dec 2019 04:42:40 +0000
(21:42 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:22 +0000
(11:44 +0800)
Move the header files into the right order.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/spi/ich.c
patch
|
blob
|
history
diff --git
a/drivers/spi/ich.c
b/drivers/spi/ich.c
index 646014456061ad1262bdf03afd619e3cbff94eaf..eeb4c274b8db3e72b4346d8d10c0adba494d40a7 100644
(file)
--- a/
drivers/spi/ich.c
+++ b/
drivers/spi/ich.c
@@
-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"