diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/joy/joy.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 5d23958..0722cdc 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -28,13 +28,10 @@ * $FreeBSD$ * */ -#include "joy.h" -#if NJOY > 0 #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> -#include <sys/kernel.h> #include <sys/uio.h> #include <machine/clock.h> @@ -284,6 +281,3 @@ joy_mod (struct lkm_table *lkmtp, int cmd, int ver) } #endif /* JOY_MODULE */ - - -#endif /* NJOY > 0 */ |