diff --git a/src/rcore_drm.c b/src/rcore_drm.c index 5546a51cb..fb1c5a238 100644 --- a/src/rcore_drm.c +++ b/src/rcore_drm.c @@ -1508,7 +1508,7 @@ static void InitDrmInput(void) } } -void InitDrmJoystick(int index, const char *path) +static void InitDrmJoystick(int index, const char *path) { if ((platform.gamepadStreamFd[index] = open(path, O_RDONLY | O_NONBLOCK)) < 0) {