diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-02-18 06:33:10 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-02-18 06:33:10 +0000 |
commit | f18e7859f55a6145936baaea0d1d0475ea529090 (patch) | |
tree | a1068dc42a12e25d46dcaed3475126b878d5fd48 /sys/dev/usb2/wlan/if_ural2.c | |
parent | b049c954b8f021ae7b6d9b63bcbeb432ad06b6a9 (diff) | |
download | FreeBSD-src-f18e7859f55a6145936baaea0d1d0475ea529090.zip FreeBSD-src-f18e7859f55a6145936baaea0d1d0475ea529090.tar.gz |
Switch over to usbdevs.h generated at compile time.
Diffstat (limited to 'sys/dev/usb2/wlan/if_ural2.c')
-rw-r--r-- | sys/dev/usb2/wlan/if_ural2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb2/wlan/if_ural2.c b/sys/dev/usb2/wlan/if_ural2.c index 46cd4df..b48cecd 100644 --- a/sys/dev/usb2/wlan/if_ural2.c +++ b/sys/dev/usb2/wlan/if_ural2.c @@ -28,7 +28,7 @@ __FBSDID("$FreeBSD$"); * http://www.ralinktech.com/ */ -#include <dev/usb2/include/usb2_devid.h> +#include "usbdevs.h" #include <dev/usb2/include/usb2_standard.h> #include <dev/usb2/include/usb2_mfunc.h> #include <dev/usb2/include/usb2_error.h> |