aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/joy/joy.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
commitf71d35e4022cb9949a2afd8fdefe913c9a810361 (patch)
tree0d00eab98208b5e87690c7e7e44cd2f3e90927f7 /sys/dev/joy/joy.c
parent3e80cd50dfeb79489c8a859b4741d9ce5460df5e (diff)
Notes
Diffstat (limited to 'sys/dev/joy/joy.c')
-rw-r--r--sys/dev/joy/joy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index 9675e79b6bb4..ee500445344f 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -30,7 +30,6 @@
#if NJOY > 0
-#include <sys/errno.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
@@ -252,7 +251,6 @@ SYSINIT(joydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,joy_drvinit,NULL)
#include <sys/exec.h>
#include <sys/sysent.h>
-#include <sys/sysproto.h>
#include <sys/lkm.h>
MOD_DEV (joy, LM_DT_CHAR, CDEV_MAJOR, &joy_cdevsw);