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:40:46 +01:00
parent d5f5bdd6f1
commit 0946e8c4f8

View File

@@ -684,8 +684,6 @@ static const OptionInfoRec ChipsHiQVOptions[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE } { -1, NULL, OPTV_NONE, {0}, FALSE }
}; };
#ifdef XFree86LOADER
static MODULESETUPPROTO(chipsSetup); static MODULESETUPPROTO(chipsSetup);
static XF86ModuleVersionInfo chipsVersRec = static XF86ModuleVersionInfo chipsVersRec =
@@ -733,8 +731,6 @@ chipsSetup(pointer module, pointer opts, int *errmaj, int *errmin)
} }
} }
#endif /* XFree86LOADER */
static Bool static Bool
CHIPSGetRec(ScrnInfoPtr pScrn) CHIPSGetRec(ScrnInfoPtr pScrn)
{ {