drop obsolete #ifdef XFree86LOADER

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 13:50:44 +01:00
parent 37fd765aab
commit 3af49aa1ee

View File

@@ -64,8 +64,6 @@ _X_EXPORT DriverRec V4L = {
.driverFunc = NULL, /* FIXME: Need to implement for new probing mode */
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(v4lSetup);
static XF86ModuleVersionInfo v4lVersRec =
@@ -100,13 +98,6 @@ v4lSetup(pointer module, pointer opts, int *errmaj, int *errmin)
return (pointer)1;
}
#else
#include <fcntl.h>
#include <sys/ioctl.h>
#endif
#define VIDEO_OFF 0 /* really off */
#define VIDEO_RGB 1 /* rgb overlay (directly to fb) */
#define VIDEO_YUV 2 /* yuv overlay (to offscreen memory + hw scaling) */