]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: imx8_cpu: use static for local functions
authorPeng Fan <peng.fan@nxp.com>
Fri, 28 Apr 2023 04:08:11 +0000 (12:08 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 May 2023 14:54:40 +0000 (16:54 +0200)
commit3621efa7cd572719e37007f22fb4d6e5baa5919e
tree1bb9b92e14fed7c6afffbf12a91c797f1df63852
parentf991e98b3bb76058c6163930e43b0032f7829046
imx: imx8_cpu: use static for local functions

For local functions, use static for function.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/cpu/imx8_cpu.c