summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehci.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-28 03:58:04 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-28 03:58:04 +0000
commitc7aa71a6d5e9cb8faef802d488c68bf2e6358d1b (patch)
treefbb2c7bf2e2955c519611a3e0b07fd4bb22fcc22 /sys/dev/usb/ehci.c
parent4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (diff)
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r--sys/dev/usb/ehci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index 20788ef7463..0c8fbc6f1cf 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ehci.c,v 1.128 2012/10/09 13:41:04 deraadt Exp $ */
+/* $OpenBSD: ehci.c,v 1.129 2013/03/28 03:58:03 tedu Exp $ */
/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
@@ -56,7 +56,6 @@
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/selinfo.h>
-#include <sys/proc.h>
#include <sys/queue.h>
#include <sys/timeout.h>