diff options
| author | Alan Stern <stern@rowland.harvard.edu> | 2004-01-26 01:12:05 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-01-26 01:12:05 -0800 |
| commit | 962fd3324214498f04377c2947d8bd1091e0cd3c (patch) | |
| tree | 27727e1a96cfde7d91247a0ac05e94a77e1dfcd4 /include/linux | |
| parent | 6e8339b971ff30c5150acfdbef9a04d8c2362f6d (diff) | |
[PATCH] USB: Fix DMA coherence when reading device descriptor
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 5e49f861230d..c405f81be765 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -856,7 +856,6 @@ extern int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe, /* wrappers around usb_control_msg() for the most common standard requests */ extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype, unsigned char descindex, void *buf, int size); -extern int usb_get_device_descriptor(struct usb_device *dev); extern int usb_get_status(struct usb_device *dev, int type, int target, void *data); extern int usb_get_string(struct usb_device *dev, |
