summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/xf86sym.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-12 18:56:05 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-12 18:56:05 +0300
commit008aa7eb6ed090384e6c44f861410e317c78a1cd (patch)
tree0c959cd592e3e90571edef557f15a2e184197cec /hw/xfree86/loader/xf86sym.c
parent9525c2709ea3245c6518d4c3b5a0a4afff37181d (diff)
completely remove OS keyboard layer
Completely axe the keyboard layer from os-support.
Diffstat (limited to 'hw/xfree86/loader/xf86sym.c')
-rw-r--r--hw/xfree86/loader/xf86sym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index 041b20314..586d5dc81 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -70,7 +70,6 @@
# include "xf86Xinput.h"
#endif
#include "xf86OSmouse.h"
-#include "xf86OSKbd.h"
#include "xf86xv.h"
#include "xf86xvmc.h"
#include "xf86cmap.h"
@@ -280,7 +279,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86SerialModemClearBits)
SYMFUNC(xf86LoadKernelModule)
SYMFUNC(xf86OSMouseInit)
- SYMFUNC(xf86OSKbdPreInit)
SYMFUNC(xf86AgpGARTSupported)
SYMFUNC(xf86GetAGPInfo)
SYMFUNC(xf86AcquireGART)