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:
936abad
)
spi: stm32_qspi: Sort include files alphabetically
author
Patrice Chotard
<patrice.chotard@st.com>
Mon, 14 May 2018 13:42:51 +0000
(15:42 +0200)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Wed, 16 May 2018 13:11:21 +0000
(18:41 +0530)
Sort include files by alphabetical order
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/spi/stm32_qspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/stm32_qspi.c
b/drivers/spi/stm32_qspi.c
index a82c180089e08d6cd9708879a3387b716ebf8347..4bc4455d2ef99155cbd675d2a553741c71308d6f 100644
(file)
--- a/
drivers/spi/stm32_qspi.c
+++ b/
drivers/spi/stm32_qspi.c
@@
-8,14
+8,14
@@
*/
#include <common.h>
+#include <clk.h>
+#include <dm.h>
+#include <errno.h>
#include <malloc.h>
#include <spi.h>
#include <spi_flash.h>
#include <asm/io.h>
-#include <dm.h>
-#include <errno.h>
#include <asm/arch/stm32.h>
-#include <clk.h>
DECLARE_GLOBAL_DATA_PTR;