Commit 73858264758f00b981fd126ab705db04a851656d

Authored by Patrice Chotard
1 parent 4953f6c84d

pinctrl: pinctrl_stm32: cosmetic: Reorder include files

Reorder include files

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/pinctrl/pinctrl_stm32.c
1 1 #include <common.h>
2 2 #include <dm.h>
3   -#include <dm/lists.h>
4   -#include <dm/pinctrl.h>
5 3 #include <hwspinlock.h>
6 4 #include <asm/arch/gpio.h>
7 5 #include <asm/gpio.h>
8 6 #include <asm/io.h>
  7 +#include <dm/lists.h>
  8 +#include <dm/pinctrl.h>
9 9  
10 10 DECLARE_GLOBAL_DATA_PTR;
11 11