summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-02-13 04:43:40 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-02-13 04:43:40 +0000
commit2dc7b5e0d96a187bfbb355caa788f0fdcd88eaad (patch)
tree65cc550abec1a8aece9f7fab5974556f520148af /hw/vfb
parent34d0b9228f46c2f87be74dddc9c7d97aab091d03 (diff)
Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove
stubs in other DDX.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitOutput.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index be9768545..a7d50db19 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -1043,6 +1043,3 @@ InitOutput(ScreenInfo *screenInfo, int argc, char **argv)
#ifdef AIXV3
int SelectWaitTime = 10000; /* usec */
#endif
-
-void xf86WrapperInit(void);
-void xf86WrapperInit(void) { /* THANKS XFREE86 */ }