diff options
| author | Patrice Chotard <[email protected]> | 2018-05-14 15:42:51 +0200 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2018-05-16 18:41:21 +0530 |
| commit | 8c4592d27828e7ae90447fdb16f439f30669f97e (patch) | |
| tree | be7c9edb125b40bb3fecac19e54377551e6fefc9 /drivers | |
| parent | 936abadac8dbd4d40fe28b37c8fb703f3977858c (diff) | |
spi: stm32_qspi: Sort include files alphabetically
Sort include files by alphabetical order
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/stm32_qspi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/stm32_qspi.c b/drivers/spi/stm32_qspi.c index a82c180089e..4bc4455d2ef 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; |
