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/uhub.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/uhub.c')
-rw-r--r-- | sys/dev/usb/uhub.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 04130e7001b..9c03b5aa544 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhub.c,v 1.59 2011/09/29 11:18:01 stsp Exp $ */ +/* $OpenBSD: uhub.c,v 1.60 2013/03/28 03:58:03 tedu Exp $ */ /* $NetBSD: uhub.c,v 1.64 2003/02/08 03:32:51 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */ @@ -41,7 +41,6 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/device.h> -#include <sys/proc.h> #include <machine/bus.h> |