unifdef XFree86LOADER, this isn't optional anymore.

Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
This commit is contained in:
Matthieu Herrb
2012-01-01 15:06:31 +01:00
parent 48671091bb
commit a040885587

View File

@@ -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 {