mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
drop obsolete #ifdef XFree86LOADER
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user