diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 03:58:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 03:58:04 +0000 |
commit | c7aa71a6d5e9cb8faef802d488c68bf2e6358d1b (patch) | |
tree | fbb2c7bf2e2955c519611a3e0b07fd4bb22fcc22 /sys/dev/usb/usb_subr.c | |
parent | 4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (diff) |
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/usb_subr.c')
-rw-r--r-- | sys/dev/usb/usb_subr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index c017c33a9a4..8c51584dd3a 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_subr.c,v 1.83 2013/03/16 11:11:22 mpi Exp $ */ +/* $OpenBSD: usb_subr.c,v 1.84 2013/03/28 03:58:03 tedu Exp $ */ /* $NetBSD: usb_subr.c,v 1.103 2003/01/10 11:19:13 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -38,7 +38,6 @@ #include <sys/malloc.h> #include <sys/device.h> #include <sys/selinfo.h> -#include <sys/proc.h> #include <sys/rwlock.h> #include <machine/bus.h> |