diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-08 21:06:21 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-08 21:06:21 +0000 |
| commit | 24b4921ad1605bc510017d196108e5455b76d59b (patch) | |
| tree | 2e5b3e25bfa6c6c106c4d5e1cf9efa4bccbcdf51 /sys/dev/usb/hid.c | |
| parent | ee665f5a801f39330a5409ee616ed90e5668177e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/hid.c')
| -rw-r--r-- | sys/dev/usb/hid.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index 1437d69a409d..c782c50a3afc 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -40,11 +40,10 @@ #include <sys/param.h> #include <sys/systm.h> +#if defined(__NetBSD__) #include <sys/kernel.h> -#include <sys/malloc.h> -#if defined(__FreeBSD__) -#include <sys/bus.h> #endif +#include <sys/malloc.h> #include <dev/usb/usb.h> #include <dev/usb/usbhid.h> |
