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/umsm.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/umsm.c')
-rw-r--r-- | sys/dev/usb/umsm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 9778372eb38..d4e7ff20bde 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.9 2007/05/27 04:00:25 jsg Exp $ */ +/* $OpenBSD: umsm.c,v 1.10 2007/06/06 19:25:49 mk Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -36,7 +36,7 @@ #define UMSM_IFACE_NO 0 struct umsm_softc { - USBBASEDEVICE sc_dev; + struct device sc_dev; usbd_device_handle sc_udev; usbd_interface_handle sc_iface; device_ptr_t sc_subdev; |