Browse Source

spi: stm32_qspi: Sort include files alphabetically

Sort include files by alphabetical order

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Patrice Chotard 7 years ago
parent
commit
8c4592d278
1 changed files with 3 additions and 3 deletions
  1. 3 3
      drivers/spi/stm32_qspi.c

+ 3 - 3
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;