summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udcf.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/udcf.c
parent44d09381d8aa8071e7d5013a443d408bec5fb7d6 (diff)
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself. ok mbalmer jsg
Diffstat (limited to 'sys/dev/usb/udcf.c')
-rw-r--r--sys/dev/usb/udcf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/udcf.c b/sys/dev/usb/udcf.c
index b738635fd74..9bc035dbaae 100644
--- a/sys/dev/usb/udcf.c
+++ b/sys/dev/usb/udcf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udcf.c,v 1.33 2007/05/27 04:00:25 jsg Exp $ */
+/* $OpenBSD: udcf.c,v 1.34 2007/06/06 19:25:49 mk Exp $ */
/*
* Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org>
@@ -63,7 +63,7 @@ static const char *clockname[2] = {
"HBG" };
struct udcf_softc {
- USBBASEDEVICE sc_dev; /* base device */
+ struct device sc_dev; /* base device */
usbd_device_handle sc_udev; /* USB device */
usbd_interface_handle sc_iface; /* data interface */
u_char sc_dying; /* disconnecting */