summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdcereg.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_cdcereg.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_cdcereg.h')
-rw-r--r--sys/dev/usb/if_cdcereg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_cdcereg.h b/sys/dev/usb/if_cdcereg.h
index a01f5f5a66b..1179a411d67 100644
--- a/sys/dev/usb/if_cdcereg.h
+++ b/sys/dev/usb/if_cdcereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cdcereg.h,v 1.1 2004/07/20 20:30:09 dhartmei Exp $ */
+/* $OpenBSD: if_cdcereg.h,v 1.2 2007/06/06 19:25:49 mk Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul@windriver.com>
@@ -66,7 +66,7 @@ struct cdce_cdata {
};
struct cdce_softc {
- USBBASEDEVICE cdce_dev;
+ struct device cdce_dev;
struct arpcom cdce_arpcom;
#define GET_IFP(sc) (&(sc)->cdce_arpcom.ac_if)
usbd_device_handle cdce_udev;