Skip to content

Commit 077b41d

Browse files
WinteriWangcfriedt
authored andcommitted
soc: imx93: a55: add missing stdint header
Without sdtint.h in soc.h, compiling failure might occur in some cases. Signed-off-by: Winteri Wang <[email protected]>
1 parent 3bb88d3 commit 077b41d

File tree

1 file changed

+2
-0
lines changed
  • soc/nxp/imx/imx9/imx93/a55

1 file changed

+2
-0
lines changed

soc/nxp/imx/imx9/imx93/a55/soc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#ifndef _SOC_NXP_IMX_IMX93_A55_SOC_H_
88
#define _SOC_NXP_IMX_IMX93_A55_SOC_H_
99

10+
#include <stdint.h>
11+
1012
uint32_t common_clock_set_freq(uint32_t clock_name, uint32_t rate);
1113

1214
#endif /* _SOC_NXP_IMX_IMX93_A55_SOC_H_ */

0 commit comments

Comments
 (0)