diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-06-06 19:25:51 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-06-06 19:25:51 +0000 |
commit | 500a578db75cf89083df2a55d0595219cd097bef (patch) | |
tree | 48c3b40f7b38744d9870e80ecf42d0d0e3168f82 /sys/dev/usb/usb.c | |
parent | 44d09381d8aa8071e7d5013a443d408bec5fb7d6 (diff) |
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself.
ok mbalmer jsg
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r-- | sys/dev/usb/usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index d5cb2f6e501..43bc1d378e0 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.c,v 1.42 2007/06/05 08:43:56 mbalmer Exp $ */ +/* $OpenBSD: usb.c,v 1.43 2007/06/06 19:25:49 mk Exp $ */ /* $NetBSD: usb.c,v 1.77 2003/01/01 00:10:26 thorpej Exp $ */ /* @@ -94,7 +94,7 @@ int usb_noexplore = 0; #endif struct usb_softc { - USBBASEDEVICE sc_dev; /* base device */ + struct device sc_dev; /* base device */ usbd_bus_handle sc_bus; /* USB controller */ struct usbd_port sc_port; /* dummy port for root hub */ |