diff options
| author | 2013-03-28 03:58:03 +0000 | |
|---|---|---|
| committer | 2013-03-28 03:58:03 +0000 | |
| commit | b047b92c592efa9f707e9c00b25c78beb029b32a (patch) | |
| tree | e68705d8714b11818c0cf34f34352ae51de5d909 /sys/dev/usb/udl.c | |
| parent | it is believed that the comment is referring to the define below. (diff) | |
| download | wireguard-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/udl.c')
| -rw-r--r-- | sys/dev/usb/udl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/udl.c b/sys/dev/usb/udl.c index f5427b1fbc8..d3f831a3de0 100644 --- a/sys/dev/usb/udl.c +++ b/sys/dev/usb/udl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udl.c,v 1.71 2012/09/18 17:24:51 jasper Exp $ */ +/* $OpenBSD: udl.c,v 1.72 2013/03/28 03:58:03 tedu Exp $ */ /* * Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org> @@ -32,7 +32,6 @@ #include <sys/device.h> #include <sys/kernel.h> #include <sys/malloc.h> -#include <sys/proc.h> #include <uvm/uvm.h> #include <machine/bus.h> |
