summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-06-27 09:42:40 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-06-27 09:42:40 +0000
commit92b7206e3f571e0cd26f3264a0f58d55d22c7930 (patch)
tree50b183bc9093f6a0c800b43af66aca1b3013cc35 /sys/dev/usb/usbdi.c
parent87df68dfcdb0a70706b226032245a525196e2a34 (diff)
downloadFreeBSD-src-92b7206e3f571e0cd26f3264a0f58d55d22c7930.zip
FreeBSD-src-92b7206e3f571e0cd26f3264a0f58d55d22c7930.tar.gz
Replace usbd_device_set_desc by device_set_desc_copy
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index c827f2f..b148d89 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -1304,14 +1304,6 @@ usbd_driver_load(module_t mod, int what, void *arg)
return 0; /* nothing to do */
#endif
}
-
-/* Set the description of the device including a malloc and copy. */
-void
-usbd_device_set_desc(device_t device, char *devinfo)
-{
- device_set_desc_copy(device, devinfo);
-}
-
#endif
char *
OpenPOWER on IntegriCloud