xfree86: drivers: geode: drop XFree86Loader

Since we're in-tree now, we always have the xf86 loader.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-22 17:45:19 +02:00
committed by Enrico Weigelt
parent d19a36bd89
commit c9fd5c6d43
2 changed files with 0 additions and 7 deletions

View File

@@ -212,8 +212,6 @@ OptionInfoRec no_GeodeOptions[] = {
{-1, NULL, OPTV_NONE, {0}, FALSE}
};
#ifdef XFree86LOADER
/* Module loader interface */
static MODULESETUPPROTO(AmdSetup);
@@ -292,8 +290,6 @@ _X_EXPORT XF86ModuleData amdModuleData = { &AmdVersionRec, AmdSetup, NULL };
_X_EXPORT XF86ModuleData geodeModuleData =
{ &GeodeVersionRec, GeodeSetup, NULL };
#endif /*End of XFree86Loader */
/*-------------------------------------------------------------------------
* AmdIdentify.
*

View File

@@ -1689,8 +1689,6 @@ _X_EXPORT DriverRec Z4l = {
0
};
#ifdef XFree86LOADER
static MODULESETUPPROTO(z4lSetup);
static XF86ModuleVersionInfo z4lVersionRec = {
@@ -1719,5 +1717,4 @@ z4lSetup(void *module, void *opts, int *errmaj, int *errmin)
return (void*) 1;
}
#endif
#endif /* !XvExtension */