(!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 5350bbea54
commit b5fd486485
49 changed files with 150 additions and 36 deletions

View File

@@ -36,6 +36,7 @@
#include "os/ddx_priv.h"
#include "dix/input_priv.h"
#include "os/ddx_priv.h"
#include "os/log_priv.h"
#include "inputstr.h"
#include "opaque.h"