thermal: sandbox: Staticize sandbox_thermal_get_temp()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 6 Sep 2025 00:00:53 +0000 (02:00 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 22:13:05 +0000 (16:13 -0600)
commit27fc6a67a4ca0ab565a1135a30b1e132de3bbed8
tree6be9708a9ff67036b626bb9eecdaa035c83f50a4
parent7be74f63f7ebeec1665a4f0f1cf3e41c5444518d
thermal: sandbox: Staticize sandbox_thermal_get_temp()

Make sandbox_thermal_get_temp() static, since this is not called
outside of the driver. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/thermal/thermal_sandbox.c