diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 14:10:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 14:10:18 +0000 |
| commit | f71d35e4022cb9949a2afd8fdefe913c9a810361 (patch) | |
| tree | 0d00eab98208b5e87690c7e7e44cd2f3e90927f7 /sys/dev/joy/joy.c | |
| parent | 3e80cd50dfeb79489c8a859b4741d9ce5460df5e (diff) | |
Notes
Diffstat (limited to 'sys/dev/joy/joy.c')
| -rw-r--r-- | sys/dev/joy/joy.c | 2 |
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); |
