diff options
Diffstat (limited to 'sys/dev/usb/hid.c')
-rw-r--r-- | sys/dev/usb/hid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index b2e15ae..dc8f8e1 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -42,9 +42,6 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> -#if defined(__NetBSD__) -#include <sys/kernel.h> -#endif #include <sys/malloc.h> #include <dev/usb/usb.h> |