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/ucom.c | |
parent | 4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (diff) |
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r-- | sys/dev/usb/ucom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index c0ffe48580f..ac156b636c6 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ucom.c,v 1.56 2012/12/31 04:25:46 miod Exp $ */ +/* $OpenBSD: ucom.c,v 1.57 2013/03/28 03:58:03 tedu Exp $ */ /* $NetBSD: ucom.c,v 1.49 2003/01/01 00:10:25 thorpej Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/tty.h> #include <sys/file.h> #include <sys/selinfo.h> -#include <sys/proc.h> #include <sys/vnode.h> #include <sys/device.h> #include <sys/poll.h> |