summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdivar.h
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/usbdivar.h
parent44d09381d8aa8071e7d5013a443d408bec5fb7d6 (diff)
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself. ok mbalmer jsg
Diffstat (limited to 'sys/dev/usb/usbdivar.h')
-rw-r--r--sys/dev/usb/usbdivar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h
index e1e173a9b59..086b497c853 100644
--- a/sys/dev/usb/usbdivar.h
+++ b/sys/dev/usb/usbdivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdivar.h,v 1.26 2007/06/04 10:38:05 mbalmer Exp $ */
+/* $OpenBSD: usbdivar.h,v 1.27 2007/06/06 19:25:49 mk Exp $ */
/* $NetBSD: usbdivar.h,v 1.70 2002/07/11 21:14:36 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */
@@ -100,7 +100,7 @@ struct usb_softc;
struct usbd_bus {
/* Filled by HC driver */
- USBBASEDEVICE bdev; /* base device, host adapter */
+ struct device bdev; /* base device, host adapter */
struct usbd_bus_methods *methods;
u_int32_t pipe_size; /* size of a pipe struct */
/* Filled by usb driver */