]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: gen_ethaddr_crc: Make functions static
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 7 Jul 2025 11:37:25 +0000 (14:37 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 14 Jul 2025 21:16:40 +0000 (15:16 -0600)
commitc28ff2112aa7a7d8a4f4d53e3b39ed9bb03e7f8d
tree27fb9c80e5d63bd8f4a9165b3425c752fa922d1f
parentd2a5bb2104cd34497cfd36d06c02487813d9a3b5
tools: gen_ethaddr_crc: Make functions static

These functions are only used locally. Enabling -Wmissing-prototypes
triggers a warning. Mark them as static.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
tools/gen_ethaddr_crc.c