]> git.baikalelectronics.ru Git - uboot.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)
commitf1163ca69945d6e8f0ebd314e92a84e7b60d0717
tree1bb9b92e14fed7c6afffbf12a91c797f1df63852
parentd670ac8f0fbde27899bad1c95679af7e739f8b49
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