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