mirror of
https://github.com/X11Libre/xf86-video-wsfb.git
synced 2026-03-24 01:25:29 +00:00
unifdef XFree86LOADER, this isn't optional anymore.
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
This commit is contained in:
@@ -102,9 +102,7 @@ extern int priv_open_device(const char *);
|
||||
#endif
|
||||
|
||||
/* Prototypes */
|
||||
#ifdef XFree86LOADER
|
||||
static pointer WsfbSetup(pointer, pointer, int *, int *);
|
||||
#endif
|
||||
static Bool WsfbGetRec(ScrnInfoPtr);
|
||||
static void WsfbFreeRec(ScrnInfoPtr);
|
||||
static const OptionInfoRec * WsfbAvailableOptions(int, int);
|
||||
@@ -185,7 +183,6 @@ static const OptionInfoRec WsfbOptions[] = {
|
||||
{ -1, NULL, OPTV_NONE, {0}, FALSE}
|
||||
};
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
static XF86ModuleVersionInfo WsfbVersRec = {
|
||||
"wsfb",
|
||||
MODULEVENDORSTRING,
|
||||
@@ -229,7 +226,6 @@ WsfbSetup(pointer module, pointer opts, int *errmaj, int *errmin)
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
#endif /* XFree86LOADER */
|
||||
|
||||
/* Private data */
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user