summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2012-01-01 15:06:31 +0100
committerMatthieu Herrb <matthieu.herrb@laas.fr>2012-01-01 15:23:40 +0100
commita0408855877efbaead018d08a0c464797622f15a (patch)
treeae39b9d20830510f59658957ac4c346231eedab0
parent48671091bbb1e833ab47bde6635febffa42c44bd (diff)
unifdef XFree86LOADER, this isn't optional anymore.
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-rw-r--r--src/wsfb_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index c461ff5..0dc3a57 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -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 {