diff options
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r-- | sys/dev/usb/usbdi.c | 8 |
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 * |