]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/usb-uclass.c
usb: Add an usb_device parameter to usb_reset_root_port
[karo-tx-uboot.git] / drivers / usb / host / usb-uclass.c
index 18680c9d3beb352c1daea59c2a918c9109363d40..bce6cec1b5c9c28562b87ca769bac4291d1e3e68 100644 (file)
@@ -265,7 +265,7 @@ int usb_init(void)
        return usb_started ? 0 : -1;
 }
 
-int usb_reset_root_port(void)
+int usb_reset_root_port(struct usb_device *udev)
 {
        return -ENOSYS;
 }