mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-03 20:13:13 +00:00
xfree86: drivers: ark: 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
b5a9748be7
commit
7174ac669a
@@ -107,8 +107,6 @@ static const OptionInfoRec ARKOptions[] = {
|
||||
{ -1, NULL, OPTV_NONE, {0}, FALSE }
|
||||
};
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
|
||||
MODULESETUPPROTO(ARKSetup);
|
||||
|
||||
static XF86ModuleVersionInfo ARKVersRec = {
|
||||
@@ -141,9 +139,6 @@ void *ARKSetup(void *module, void* opts, int *errmaj, int *errmin)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* XFree86LOADER */
|
||||
|
||||
|
||||
static Bool ARKGetRec(ScrnInfoPtr pScrn)
|
||||
{
|
||||
if (pScrn->driverPrivate)
|
||||
|
||||
Reference in New Issue
Block a user