os: unexport xstrtokenize()

Not used by any external drivers/modules, so no need to keep it public.
Since modesetting is using it, still needs _X_EXPORT, as long as it's
a module.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-17 15:44:51 +01:00
parent 9ef5fc9a29
commit c0dd33aee2
9 changed files with 17 additions and 3 deletions

View File

@@ -32,8 +32,8 @@
#include <hal/libhal.h>
#include "config/hotplug_priv.h"
#include "config/dbus-core.h"
#include "os/fmt.h"
#include "input.h"
#include "inputstr.h"

View File

@@ -30,6 +30,7 @@
#include <unistd.h>
#include "config/hotplug_priv.h"
#include "os/fmt.h"
#include "input.h"
#include "inputstr.h"