]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/gadget/fusb300_udc.c
usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()
[karo-tx-linux.git] / drivers / usb / gadget / fusb300_udc.c
index c83f3e16532582adcd4e600f0b11aefaa58a5661..f1dd6daabe217c0742140c1619c3be5aa22c8c54 100644 (file)
@@ -557,7 +557,7 @@ static void fusb300_set_cxdone(struct fusb300 *fusb300)
 }
 
 /* read data from cx fifo */
-void fusb300_rdcxf(struct fusb300 *fusb300,
+static void fusb300_rdcxf(struct fusb300 *fusb300,
                   u8 *buffer, u32 length)
 {
        int i = 0;