[U-Boot] [PATCH v1 03/11] spi: stm32_qspi: Sort include files	alphabetically
    Patrice Chotard 
    patrice.chotard at st.com
       
    Thu Apr 26 15:05:13 UTC 2018
    
    
  
Sort include files by alphabetical order
Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
---
 drivers/spi/stm32_qspi.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c
index 4977b89548d7..7ce8afb91eb3 100644
--- a/drivers/spi/stm32_qspi.c
+++ b/drivers/spi/stm32_qspi.c
@@ -9,14 +9,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;
 
-- 
1.9.1
    
    
More information about the U-Boot
mailing list