mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: drivers: fbdev: 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
d40c16206d
commit
434a72c312
@@ -128,8 +128,6 @@ static const OptionInfoRec FBDevOptions[] = {
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
|
||||
MODULESETUPPROTO(FBDevSetup);
|
||||
|
||||
static XF86ModuleVersionInfo FBDevVersRec =
|
||||
@@ -162,8 +160,6 @@ void *FBDevSetup(void *module, void *opts, int *errmaj, int *errmin)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* XFree86LOADER */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* our private data, and two functions to allocate/free this */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user