summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_udav.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-03-28 03:58:03 +0000
committertedu <tedu@openbsd.org>2013-03-28 03:58:03 +0000
commitb047b92c592efa9f707e9c00b25c78beb029b32a (patch)
treee68705d8714b11818c0cf34f34352ae51de5d909 /sys/dev/usb/if_udav.c
parentit is believed that the comment is referring to the define below. (diff)
downloadwireguard-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/if_udav.c')
-rw-r--r--sys/dev/usb/if_udav.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c
index 83275c02d51..f46cb507792 100644
--- a/sys/dev/usb/if_udav.c
+++ b/sys/dev/usb/if_udav.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_udav.c,v 1.60 2013/01/29 02:06:55 brad Exp $ */
+/* $OpenBSD: if_udav.c,v 1.61 2013/03/28 03:58:03 tedu Exp $ */
/* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */
/* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */
/*
@@ -50,7 +50,6 @@
#include <sys/rwlock.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/device.h>