summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urlreg.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/if_urlreg.h
parent44d09381d8aa8071e7d5013a443d408bec5fb7d6 (diff)
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself. ok mbalmer jsg
Diffstat (limited to 'sys/dev/usb/if_urlreg.h')
-rw-r--r--sys/dev/usb/if_urlreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urlreg.h b/sys/dev/usb/if_urlreg.h
index d83c53b74b2..7d4f1e7e959 100644
--- a/sys/dev/usb/if_urlreg.h
+++ b/sys/dev/usb/if_urlreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_urlreg.h,v 1.9 2007/06/04 10:34:04 mbalmer Exp $ */
+/* $OpenBSD: if_urlreg.h,v 1.10 2007/06/06 19:25:49 mk Exp $ */
/* $NetBSD: if_urlreg.h,v 1.1 2002/03/28 21:09:11 ichiro Exp $ */
/*
* Copyright (c) 2001, 2002
@@ -150,7 +150,7 @@ struct url_cdata {
};
struct url_softc {
- USBBASEDEVICE sc_dev; /* base device */
+ struct device sc_dev; /* base device */
usbd_device_handle sc_udev;
/* USB */