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:41:21 +01:00
parent b6f1a234a9
commit b0ec43f4ff
3 changed files with 0 additions and 12 deletions

View File

@@ -133,8 +133,6 @@ static int gd7548_MaxClocks[] = { 80100, 80100, 80100, 80100, 80100 };
static int gd7555_MaxClocks[] = { 80100, 80100, 80100, 80100, 80100 };
static int gd7556_MaxClocks[] = { 80100, 80100, 80100, 80100, 80100 };
#ifdef XFree86LOADER
#define ALP_MAJOR_VERSION 1
#define ALP_MINOR_VERSION 0
#define ALP_PATCHLEVEL 0
@@ -163,8 +161,6 @@ _X_EXPORT XF86ModuleData cirrus_alpineModuleData = {
NULL
};
#endif /* XFree86LOADER */
_X_EXPORT const OptionInfoRec *
AlpAvailableOptions(int chipid)
{

View File

@@ -98,8 +98,6 @@ _X_EXPORT PciChipsets CIRPciChipsets[] = {
{ -1, -1, RES_UNDEFINED}
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(cirSetup);
static XF86ModuleVersionInfo cirVersRec =
@@ -139,8 +137,6 @@ cirSetup(pointer module, pointer opts, int *errmaj, int *errmin)
return NULL;
}
#endif /* XFree86LOADER */
/* Mandatory */
static void
CIRIdentify(int flags)

View File

@@ -202,8 +202,6 @@ static int LgLinePitches[4][11] = {
{ 160, 256, 320, 416, 512, 640, 832, 1024, 1280, 1664, 0 }
};
#ifdef XFree86LOADER
#define LG_MAJOR_VERSION 1
#define LG_MINOR_VERSION 0
#define LG_PATCHLEVEL 0
@@ -235,8 +233,6 @@ _X_EXPORT XF86ModuleData cirrus_lagunaModuleData = {
NULL
};
#endif /* XFree86LOADER */
_X_EXPORT const OptionInfoRec *
LgAvailableOptions(int chipid) {
return LgOptions;