diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-03-20 22:12:15 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-03-20 22:12:15 +0000 |
commit | 2deb944310c347df6f05fd33338759c892108f24 (patch) | |
tree | f2a3bb5f3586c76c0d0e45a37f080d314eea2298 /sys/dev/usb/usb_util.h | |
parent | 898902325aaadd20a2c54db25450365615abbb7e (diff) | |
download | FreeBSD-src-2deb944310c347df6f05fd33338759c892108f24.zip FreeBSD-src-2deb944310c347df6f05fd33338759c892108f24.tar.gz |
MFp4 //depot/projects/usb@159446
Remove unused and depreciated function: usb2_get_devid().
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/usb_util.h')
-rw-r--r-- | sys/dev/usb/usb_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h index 73097f3..a265a44 100644 --- a/sys/dev/usb/usb_util.h +++ b/sys/dev/usb/usb_util.h @@ -28,7 +28,6 @@ #define _USB2_UTIL_H_ int device_delete_all_children(device_t dev); -uint32_t usb2_get_devid(device_t dev); uint8_t usb2_make_str_desc(void *ptr, uint16_t max_len, const char *s); void device_set_usb2_desc(device_t dev); void usb2_pause_mtx(struct mtx *mtx, int _ticks); |