mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 04:44:15 +00:00
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:
committed by
Enrico Weigelt
parent
d19a36bd89
commit
c9fd5c6d43
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user