summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-27 16:51:01 +0000
committerimp <imp@FreeBSD.org>2004-06-27 16:51:01 +0000
commit69fb900d946b3bb89d5c5db81533f4a779ad2b6b (patch)
tree419fa9a2a9d57515ddf4a7fc4ddbcfb0f19361c8 /sys/netgraph/bluetooth/drivers
parent3d735ceae416dc73900e05b0bf98721fe0a4a60d (diff)
downloadFreeBSD-src-69fb900d946b3bb89d5c5db81533f4a779ad2b6b.zip
FreeBSD-src-69fb900d946b3bb89d5c5db81533f4a779ad2b6b.tar.gz
MFp4: Last references to dev/usb/usbdevs.h converted.
Diffstat (limited to 'sys/netgraph/bluetooth/drivers')
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c3
-rw-r--r--sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index b195635..aca8dc1 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -48,7 +48,6 @@
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdi_util.h>
#include <dev/usb/usbdivar.h>
-#include <dev/usb/usbdevs.h>
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
@@ -58,6 +57,8 @@
#include <netgraph/bluetooth/include/ng_ubt.h>
#include <netgraph/bluetooth/drivers/ubt/ng_ubt_var.h>
+#include "usbdevs.h"
+
/*
* USB methods
*/
diff --git a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
index 53f367e..695d269 100644
--- a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
+++ b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
@@ -45,7 +45,8 @@
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdi_util.h>
-#include <dev/usb/usbdevs.h>
+
+#include "usbdevs.h"
/*
* Download firmware to BCM2033.
OpenPOWER on IntegriCloud