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/ubsa.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/ubsa.c')
-rw-r--r-- | sys/dev/usb/ubsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 6294a39bc53..a8a482c3233 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.24 2007/06/05 08:43:55 mbalmer Exp $ */ +/* $OpenBSD: ubsa.c,v 1.25 2007/06/06 19:25:49 mk Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -157,7 +157,7 @@ int ubsadebug = 0; #define UBSA_MSR_DCTS 0x01 /* CTS has changed state */ struct ubsa_softc { - USBBASEDEVICE sc_dev; /* base device */ + struct device sc_dev; /* base device */ usbd_device_handle sc_udev; /* USB device */ usbd_interface_handle sc_iface; /* interface */ |