mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-23 17:19:17 +00:00
drop obsolete #ifdef XFree86LOADER
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -618,8 +618,6 @@ static SymTabRec NVKnownChipsets[] =
|
||||
{-1, NULL}
|
||||
};
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
|
||||
static MODULESETUPPROTO(nvSetup);
|
||||
|
||||
static XF86ModuleVersionInfo nvVersRec =
|
||||
@@ -637,8 +635,6 @@ static XF86ModuleVersionInfo nvVersRec =
|
||||
};
|
||||
|
||||
_X_EXPORT XF86ModuleData nvModuleData = { &nvVersRec, nvSetup, NULL };
|
||||
#endif
|
||||
|
||||
|
||||
typedef enum {
|
||||
OPTION_SW_CURSOR,
|
||||
@@ -710,9 +706,6 @@ NVFreeRec(ScrnInfoPtr pScrn)
|
||||
pScrn->driverPrivate = NULL;
|
||||
}
|
||||
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
|
||||
static pointer
|
||||
nvSetup(pointer module, pointer opts, int *errmaj, int *errmin)
|
||||
{
|
||||
@@ -741,9 +734,6 @@ nvSetup(pointer module, pointer opts, int *errmaj, int *errmin)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif /* XFree86LOADER */
|
||||
|
||||
static const OptionInfoRec *
|
||||
NVAvailableOptions(int chipid, int busid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user