]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/arm/mach-omap2/omap3/board.c
arm: omap3: Make secureworld_exit() static
authorAdam Ford <aford173@gmail.com>
Fri, 25 Jun 2021 19:23:07 +0000 (14:23 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:04 +0000 (17:56 +0530)
commit46bf58d9f60866b9b57fd73df032874c98a747a6
treed874a279870e0dea63e4ed6158e524b706de579a
parent1ddd0ed34a9a8392852551a8e54fd10776ccd637
arm: omap3: Make secureworld_exit() static

secureworld_exit() is only used in one file, so make it static
to that file and remove it from sys_proto.h. This
may help with some further optimization in the future.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210625192308.277136-3-aford173@gmail.com
arch/arm/include/asm/arch-omap3/sys_proto.h
arch/arm/mach-omap2/omap3/board.c