summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvscom.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/uvscom.c
parent4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (diff)
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/uvscom.c')
-rw-r--r--sys/dev/usb/uvscom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c
index 1ea24a36fbe..ebe8bd5952d 100644
--- a/sys/dev/usb/uvscom.c
+++ b/sys/dev/usb/uvscom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvscom.c,v 1.25 2013/03/28 03:31:56 tedu Exp $ */
+/* $OpenBSD: uvscom.c,v 1.26 2013/03/28 03:58:03 tedu Exp $ */
/* $NetBSD: uvscom.c,v 1.9 2003/02/12 15:36:20 ichiro Exp $ */
/*-
* Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>.
@@ -45,7 +45,6 @@
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/device.h>
-#include <sys/proc.h>
#include <sys/poll.h>
#include <dev/usb/usb.h>