ARM: s3c24xx: iotiming: make functions static
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:21 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 18:57:58 +0000 (20:57 +0200)
commit4f9f0e068884336787ea41dd6b1ee52a0cf49477
tree6abd97894e679a867803d11bb5a4bca33de99573
parent3af4e8774b6d03683932b0961998e01355bccd74
ARM: s3c24xx: iotiming: make functions static

There are two functions in this file that are never called from
anywhere else, so they should be static to allow the compiler
to optimize it better and not pollute the global namespace.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-4-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/iotiming-s3c2410.c