diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 25ec91ddcd04..207b1ad9d990 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -975,11 +975,6 @@ extern int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe, | |||
975 | void *data, int len, int *actual_length, | 975 | void *data, int len, int *actual_length, |
976 | int timeout); | 976 | int timeout); |
977 | 977 | ||
978 | /* selective suspend/resume */ | ||
979 | extern int usb_suspend_device(struct usb_device *dev); | ||
980 | extern int usb_resume_device(struct usb_device *dev); | ||
981 | |||
982 | |||
983 | /* wrappers around usb_control_msg() for the most common standard requests */ | 978 | /* wrappers around usb_control_msg() for the most common standard requests */ |
984 | extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype, | 979 | extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype, |
985 | unsigned char descindex, void *buf, int size); | 980 | unsigned char descindex, void *buf, int size); |