summaryrefslogtreecommitdiff
path: root/sys/dev/usb/urio.c
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2007-06-06 19:25:51 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2007-06-06 19:25:51 +0000
commit500a578db75cf89083df2a55d0595219cd097bef (patch)
tree48c3b40f7b38744d9870e80ecf42d0d0e3168f82 /sys/dev/usb/urio.c
parent44d09381d8aa8071e7d5013a443d408bec5fb7d6 (diff)
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself. ok mbalmer jsg
Diffstat (limited to 'sys/dev/usb/urio.c')
-rw-r--r--sys/dev/usb/urio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c
index 03d88a736a4..b2ea04ed352 100644
--- a/sys/dev/usb/urio.c
+++ b/sys/dev/usb/urio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: urio.c,v 1.24 2007/05/31 18:20:22 mbalmer Exp $ */
+/* $OpenBSD: urio.c,v 1.25 2007/06/06 19:25:49 mk Exp $ */
/* $NetBSD: urio.c,v 1.15 2002/10/23 09:14:02 jdolecek Exp $ */
/*
@@ -78,7 +78,7 @@ int uriodebug = 0;
#define URIO_BSIZE 4096
struct urio_softc {
- USBBASEDEVICE sc_dev;
+ struct device sc_dev;
usbd_device_handle sc_udev;
usbd_interface_handle sc_iface;