diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-11 16:30:32 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-11 16:30:32 +0000 |
commit | f3bdb4c79dfa8e8b3fcffbba0bd2a66deebd5f50 (patch) | |
tree | 52505d692be27f64c341ea43630236d698503ff2 /sys/dev/usb/usb_port.h | |
parent | 297cbd0761cc279ca01eac525d9e8289d5eb9603 (diff) |
Remove the usb_proc_ptr type definition, which was really a 'struct proc *'
only.
No binary change.
ok mk.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 39839e1081b..ce787d2b1ec 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.84 2007/06/11 12:36:53 mbalmer Exp $ */ +/* $OpenBSD: usb_port.h,v 1.85 2007/06/11 16:30:31 mbalmer Exp $ */ /* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -60,8 +60,6 @@ #define PQUIRK_NOSENSE ADEV_NOSENSE /* can't REQUEST SENSE */ #define PQUIRK_ONLYBIG SDEV_ONLYBIG -typedef struct proc *usb_proc_ptr; - #define UCOMBUSCF_PORTNO 0 #define UCOMBUSCF_PORTNO_DEFAULT -1 #define UHIDBUSCF_REPORTID 0 |