summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pckbd.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-01-04 04:46:50 +0000
committernyan <nyan@FreeBSD.org>2000-01-04 04:46:50 +0000
commitf47c71d76ed60c3944fd2bb9b0484b81daddfc5c (patch)
tree0b0bd1c0cf25b8524e7498c2069b481d730510f0 /sys/pc98/cbus/pckbd.c
parent5cb4a01018c0a72d320cb916b61e0253f1b638ce (diff)
downloadFreeBSD-src-f47c71d76ed60c3944fd2bb9b0484b81daddfc5c.zip
FreeBSD-src-f47c71d76ed60c3944fd2bb9b0484b81daddfc5c.tar.gz
- Fixed warnings.
- Removed unnecessary include files.
Diffstat (limited to 'sys/pc98/cbus/pckbd.c')
-rw-r--r--sys/pc98/cbus/pckbd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c
index 95ce3bd..cefe8bf 100644
--- a/sys/pc98/cbus/pckbd.c
+++ b/sys/pc98/cbus/pckbd.c
@@ -36,12 +36,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/conf.h>
-#include <sys/proc.h>
#include <sys/module.h>
-#include <sys/tty.h>
-#include <sys/fcntl.h>
-#include <sys/malloc.h>
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
@@ -51,15 +46,10 @@
#include <dev/kbd/kbdreg.h>
#include <pc98/pc98/pc98.h>
-#include <pc98/pc98/pc98_machdep.h>
#include <isa/isavar.h>
#include <machine/lock.h>
-#ifdef __i386__
-#include <i386/isa/isa_device.h>
-#endif
-
#define DRIVER_NAME "pckbd"
/* device configuration flags */
OpenPOWER on IntegriCloud