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:48:29 +01:00
parent 0d7ab20805
commit 68a56a6851
2 changed files with 0 additions and 6 deletions

View File

@@ -181,8 +181,6 @@ static PciChipsets XGIPciChipsets[] = {
{ -1, -1, RES_UNDEFINED }
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(sisSetup);
static XF86ModuleVersionInfo sisVersRec =
@@ -216,8 +214,6 @@ sisSetup(pointer module, pointer opts, int *errmaj, int *errmin)
return NULL;
}
#endif /* XFree86LOADER */
/* Mandatory */
static void
SISIdentify(int flags)

View File

@@ -842,9 +842,7 @@ static char *SiS_GetCPUFreq(ScrnInfoPtr pScrn, char *buf, double *cpuFreq)
#ifdef SISCHECKOSSSE
#ifndef XFree86LOADER
#include <setjmp.h>
#endif
static jmp_buf sigill_return;