]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/s3c_udc_otg.c
usb: modify usb_gadget_handle_interrupts to take controller index
[u-boot] / drivers / usb / gadget / s3c_udc_otg.c
index 7653f03949a114c1d32274a6cd1ff41b32b48c93..7a2d1e7d8836244c0319dac7b2244f43c591b511 100644 (file)
@@ -833,7 +833,7 @@ int s3c_udc_probe(struct s3c_plat_otg_data *pdata)
        return retval;
 }
 
-int usb_gadget_handle_interrupts()
+int usb_gadget_handle_interrupts(int index)
 {
        u32 intr_status = readl(&reg->gintsts);
        u32 gintmsk = readl(&reg->gintmsk);