[U-Boot] [PATCH v3 079/108] spi: ich: Fix header order
Simon Glass
sjg at chromium.org
Mon Oct 21 03:38:44 UTC 2019
Move the header files into the right order.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
drivers/spi/ich.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c
index 7c29369a169..516b859a674 100644
--- 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"
--
2.23.0.866.gb869b98d4c-goog
More information about the U-Boot
mailing list