diff options
Diffstat (limited to 'sys/dev/usb/if_udavreg.h')
-rw-r--r-- | sys/dev/usb/if_udavreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_udavreg.h b/sys/dev/usb/if_udavreg.h index 426a889..cb7da28 100644 --- a/sys/dev/usb/if_udavreg.h +++ b/sys/dev/usb/if_udavreg.h @@ -164,7 +164,7 @@ struct udav_softc { #if defined(__FreeBSD__) struct ifnet *sc_ifp; #endif - USBBASEDEVICE sc_dev; /* base device */ + device_t sc_dev; /* base device */ usbd_device_handle sc_udev; /* USB */ |