xfree86: drivers: ark: 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:59:10 +02:00
committed by Enrico Weigelt
parent b5a9748be7
commit 7174ac669a

View File

@@ -107,8 +107,6 @@ static const OptionInfoRec ARKOptions[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
#ifdef XFree86LOADER
MODULESETUPPROTO(ARKSetup);
static XF86ModuleVersionInfo ARKVersRec = {
@@ -141,9 +139,6 @@ void *ARKSetup(void *module, void* opts, int *errmaj, int *errmin)
}
}
#endif /* XFree86LOADER */
static Bool ARKGetRec(ScrnInfoPtr pScrn)
{
if (pScrn->driverPrivate)