(!1688) os: unexport internal logging functions

Lots of logging functions, especially init and teardown aren't called
by any drivers/modules, so no need to keep them exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-09 16:56:26 +02:00
parent e09546c5bd
commit 0735510afb
50 changed files with 145 additions and 34 deletions

View File

@@ -30,6 +30,7 @@
#include <unistd.h>
#include "os/fmt.h"
#include "os/log_priv.h"
#include "assert.h"
#include "misc.h"