diff options
author | Adam Ford <aford173@gmail.com> | 2021-06-25 14:23:06 -0500 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-07-15 17:56:04 +0530 |
commit | 1ddd0ed34a9a8392852551a8e54fd10776ccd637 (patch) | |
tree | 0105f5dc7c90b95ac9c9bbcae11b2b6236b4498c /drivers/ddr/altera/sequencer.h | |
parent | 81b98c6627340ffebe3bc9ab6292b538645a2ea8 (diff) |
arm: omap3: Make try_unlock_memory() static
try_unlock_memory() is only used in one file, so make it static
in that file,remove it from the sys_proto header file, and relocate
it into the #ifdef section that call it. This will make it only built
under the conditions when it is called, and it 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-2-aford173@gmail.com
Diffstat (limited to 'drivers/ddr/altera/sequencer.h')
0 files changed, 0 insertions, 0 deletions