summaryrefslogtreecommitdiff
path: root/drivers/spi
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-05-14 16:42:51 +0300
committerJagan Teki <jagan@amarulasolutions.com>2018-05-16 16:11:21 +0300
commit8c4592d27828e7ae90447fdb16f439f30669f97e (patch)
treebe7c9edb125b40bb3fecac19e54377551e6fefc9 /drivers/spi
parent936abadac8dbd4d40fe28b37c8fb703f3977858c (diff)
downloadu-boot-8c4592d27828e7ae90447fdb16f439f30669f97e.tar.xz
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/stm32_qspi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c
index a82c180089..4bc4455d2e 100644
--- 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;