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/usb.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/usb.c')
-rw-r--r-- | sys/dev/usb/usb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 895923efa09..2a5e45c41d6 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.c,v 1.83 2013/03/28 03:31:56 tedu Exp $ */ +/* $OpenBSD: usb.c,v 1.84 2013/03/28 03:58:03 tedu Exp $ */ /* $NetBSD: usb.c,v 1.77 2003/01/01 00:10:26 thorpej Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/device.h> #include <sys/timeout.h> #include <sys/kthread.h> -#include <sys/proc.h> #include <sys/conf.h> #include <sys/fcntl.h> #include <sys/poll.h> |