summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_zydreg.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_zydreg.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_zydreg.h')
-rw-r--r--sys/dev/usb/if_zydreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_zydreg.h b/sys/dev/usb/if_zydreg.h
index c531210a0f8..49fa600d5be 100644
--- a/sys/dev/usb/if_zydreg.h
+++ b/sys/dev/usb/if_zydreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_zydreg.h,v 1.19 2006/11/30 19:28:07 damien Exp $ */
+/* $OpenBSD: if_zydreg.h,v 1.20 2007/06/06 19:25:49 mk Exp $ */
/*-
* Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr>
@@ -1159,7 +1159,7 @@ struct zyd_rf {
};
struct zyd_softc {
- USBBASEDEVICE sc_dev;
+ struct device sc_dev;
struct ieee80211com sc_ic;
int (*sc_newstate)(struct ieee80211com *,
enum ieee80211_state, int);