X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2Fusb.h;h=823857767a16f3384730dcf1f90c42f8eedc3588;hb=140e3026a57a;hp=c49383669cd87ce4dda9b996fd9b3f1caf03bd2b;hpb=1aa9578c1a9450fb21501c4f549f5b1edb557e6d;p=~andy%2Flinux diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h index c49383669cd..823857767a1 100644 --- a/drivers/usb/core/usb.h +++ b/drivers/usb/core/usb.h @@ -35,7 +35,6 @@ extern int usb_get_device_descriptor(struct usb_device *dev, unsigned int size); extern int usb_get_bos_descriptor(struct usb_device *dev); extern void usb_release_bos_descriptor(struct usb_device *dev); -extern int usb_device_supports_lpm(struct usb_device *udev); extern char *usb_cache_string(struct usb_device *udev, int index); extern int usb_set_configuration(struct usb_device *dev, int configuration); extern int usb_choose_configuration(struct usb_device *udev);