summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/bluetooth/ubtbcmfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/bluetooth/ubtbcmfw.c')
-rw-r--r--sys/dev/usb/bluetooth/ubtbcmfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/bluetooth/ubtbcmfw.c b/sys/dev/usb/bluetooth/ubtbcmfw.c
index 6929f2d..bfa390f 100644
--- a/sys/dev/usb/bluetooth/ubtbcmfw.c
+++ b/sys/dev/usb/bluetooth/ubtbcmfw.c
@@ -157,7 +157,7 @@ static driver_t ubtbcmfw_driver =
.size = sizeof(struct ubtbcmfw_softc),
};
-DRIVER_MODULE(ubtbcmfw, ushub, ubtbcmfw_driver, ubtbcmfw_devclass, NULL, 0);
+DRIVER_MODULE(ubtbcmfw, uhub, ubtbcmfw_driver, ubtbcmfw_devclass, NULL, 0);
MODULE_DEPEND(ubtbcmfw, usb, 1, 1, 1);
/*
OpenPOWER on IntegriCloud