test: Make cmd_ut_category() static
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:55 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:59 +0000 (20:10 -0600)
commit854225191af5527619fcc944d38f2e2fd5d3ced1
treea8dd5cb312494b3a48e2b2a1a31df1ca3963ea1e
parent59713c412aeb2f1cafd42a77c948ce92d387de44
test: Make cmd_ut_category() static

This function is not used outside the cmd_ut file anymore, so make it
static.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/suites.h
test/cmd_ut.c