]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/fotg210.c
usb: gadget: fastboot: Dequeue the previous IN request for the current request
[u-boot] / drivers / usb / gadget / fotg210.c
index 3acf6a1f41dfd35897d84262871c71f5203e1de3..1d8f58fd7201ae18814b7bc8ab1a74e12a3827f1 100644 (file)
@@ -832,7 +832,7 @@ static struct fotg210_chip controller = {
        },
 };
 
-int usb_gadget_handle_interrupts(void)
+int usb_gadget_handle_interrupts(int index)
 {
        struct fotg210_chip *chip = &controller;
        struct fotg210_regs *regs = chip->regs;