summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pckbd.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-12 13:39:31 +0000
committernyan <nyan@FreeBSD.org>2005-05-12 13:39:31 +0000
commit9382d6cbc4e76ca9d7c1ce0a6d0efbc1c4062b66 (patch)
tree18ef76c15bf7224dc5640781b4f43b06d64df0b6 /sys/pc98/cbus/pckbd.c
parent8f8dbdc2da58f049fb51366a3e331262cc8c4fe5 (diff)
downloadFreeBSD-src-9382d6cbc4e76ca9d7c1ce0a6d0efbc1c4062b66.zip
FreeBSD-src-9382d6cbc4e76ca9d7c1ce0a6d0efbc1c4062b66.tar.gz
Move the pc98 keymap define into pckbdtables.h because it should be used
only on the pckbd driver.
Diffstat (limited to 'sys/pc98/cbus/pckbd.c')
-rw-r--r--sys/pc98/cbus/pckbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c
index 3d3587f..7eed7ca 100644
--- a/sys/pc98/cbus/pckbd.c
+++ b/sys/pc98/cbus/pckbd.c
@@ -340,7 +340,7 @@ static int wait_for_kbd_data(struct kbdc_softc *kbdc);
/* local variables */
/* the initial key map, accent map and fkey strings */
-#include <dev/kbd/kbdtables.h>
+#include <pc98/cbus/pckbdtables.h>
/* structures for the default keyboard */
static keyboard_t default_kbd;
OpenPOWER on IntegriCloud