diff options
author | imp <imp@FreeBSD.org> | 2006-09-07 00:06:42 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-09-07 00:06:42 +0000 |
commit | 28b388f478a97f7ac5d608085d2de2299b5f4940 (patch) | |
tree | 6be1b34cd1d3af5d631e1a8c39ca0dd5d0165f89 /sys/dev/usb/if_uralvar.h | |
parent | fb77a38eda0f5fdd90d8c7321017465e50859e84 (diff) | |
download | FreeBSD-src-28b388f478a97f7ac5d608085d2de2299b5f4940.zip FreeBSD-src-28b388f478a97f7ac5d608085d2de2299b5f4940.tar.gz |
More removing compatibility macros.
md5 still the same.
"Dave, stop. I feel my mind slipping away." -- hal
Diffstat (limited to 'sys/dev/usb/if_uralvar.h')
-rw-r--r-- | sys/dev/usb/if_uralvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_uralvar.h b/sys/dev/usb/if_uralvar.h index e9a5f0d..6c6a44e 100644 --- a/sys/dev/usb/if_uralvar.h +++ b/sys/dev/usb/if_uralvar.h @@ -82,7 +82,7 @@ struct ural_softc { struct ieee80211com sc_ic; int (*sc_newstate)(struct ieee80211com *, enum ieee80211_state, int); - USBBASEDEVICE sc_dev; + device_t sc_dev; usbd_device_handle sc_udev; usbd_interface_handle sc_iface; |