commit | 0d41ea998a011fc487095a5f700ea840de1087e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:35 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | b03b44c862849365d7e1d71c14ebdfac247ff0b9 | |
parent | 0023d1852c11c60481799ef055a88f738fedc2e4 [diff] |
video: Mark truetype_measure() static This function is not used outside this file, so mark it static. Signed-off-by: Simon Glass <sjg@chromium.org>