diff options
| author | Patrick Delaunay <[email protected]> | 2019-04-18 17:32:39 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2019-05-23 11:36:46 +0200 |
| commit | ee7d7723706efd935b669951cea102974c645065 (patch) | |
| tree | 418efdd759044da0439f283db3194dc9a67074b2 | |
| parent | ce3772ca8d337c071c1028b8cae16765c098bca9 (diff) | |
stm32mp1: cosmetic: bsec: reorder include files
Reorder the include files in alphabetic order.
Signed-off-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | arch/arm/mach-stm32mp/bsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/bsec.c b/arch/arm/mach-stm32mp/bsec.c index 9ed8d8c56c3..01666496854 100644 --- a/arch/arm/mach-stm32mp/bsec.c +++ b/arch/arm/mach-stm32mp/bsec.c @@ -7,9 +7,9 @@ #include <dm.h> #include <misc.h> #include <asm/io.h> -#include <linux/iopoll.h> #include <asm/arch/stm32mp1_smc.h> #include <linux/arm-smccc.h> +#include <linux/iopoll.h> #define BSEC_OTP_MAX_VALUE 95 |
