mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-19 23:48:55 +00:00
stm32mp1: cosmetic: bsec: reorder include files
Reorder the include files in alphabetic order. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
ce3772ca8d
commit
ee7d772370
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
#include <misc.h>
|
#include <misc.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <linux/iopoll.h>
|
|
||||||
#include <asm/arch/stm32mp1_smc.h>
|
#include <asm/arch/stm32mp1_smc.h>
|
||||||
#include <linux/arm-smccc.h>
|
#include <linux/arm-smccc.h>
|
||||||
|
#include <linux/iopoll.h>
|
||||||
|
|
||||||
#define BSEC_OTP_MAX_VALUE 95
|
#define BSEC_OTP_MAX_VALUE 95
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue