diff options
author | 2013-03-28 03:58:03 +0000 | |
---|---|---|
committer | 2013-03-28 03:58:03 +0000 | |
commit | b047b92c592efa9f707e9c00b25c78beb029b32a (patch) | |
tree | e68705d8714b11818c0cf34f34352ae51de5d909 /sys/dev/usb/usbdi.c | |
parent | it is believed that the comment is referring to the define below. (diff) | |
download | wireguard-openbsd-b047b92c592efa9f707e9c00b25c78beb029b32a.tar.xz wireguard-openbsd-b047b92c592efa9f707e9c00b25c78beb029b32a.zip |
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r-- | sys/dev/usb/usbdi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 179a9b5e777..82d741c217d 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdi.c,v 1.44 2011/12/16 00:04:37 fgsch Exp $ */ +/* $OpenBSD: usbdi.c,v 1.45 2013/03/28 03:58:03 tedu Exp $ */ /* $NetBSD: usbdi.c,v 1.103 2002/09/27 15:37:38 provos Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdi.c,v 1.28 1999/11/17 22:33:49 n_hibma Exp $ */ @@ -37,7 +37,6 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/proc.h> #include <sys/rwlock.h> #include <machine/bus.h> |