xfree86: drivers: fbdev: drop XFree86Loader

Since we're in-tree now, we always have the xf86 loader.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-22 18:28:44 +02:00
committed by Enrico Weigelt
parent d40c16206d
commit 434a72c312

View File

@@ -128,8 +128,6 @@ static const OptionInfoRec FBDevOptions[] = {
/* -------------------------------------------------------------------- */
#ifdef XFree86LOADER
MODULESETUPPROTO(FBDevSetup);
static XF86ModuleVersionInfo FBDevVersRec =
@@ -162,8 +160,6 @@ void *FBDevSetup(void *module, void *opts, int *errmaj, int *errmin)
}
}
#endif /* XFree86LOADER */
/* -------------------------------------------------------------------- */
/* our private data, and two functions to allocate/free this */