]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] Fix lh7a40x_udc.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 3 Jul 2006 14:32:47 +0000 (15:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Jul 2006 14:32:47 +0000 (15:32 +0100)
In 3ae5eaec1d2d9c0cf53745352e7d4b152810ba24, I broke this driver
by missing a comma.  Replace the missing comma.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/usb/gadget/lh7a40x_udc.c

index bb22b7e82877adbc236554f03d863dbc0250750d..36db7257937728e8d399bf13576c03d6c305c7a5 100644 (file)
@@ -2143,7 +2143,7 @@ static int lh7a40x_udc_remove(struct platform_device *pdev)
 
 static struct platform_driver udc_driver = {
        .probe = lh7a40x_udc_probe,
-       .remove = lh7a40x_udc_remove
+       .remove = lh7a40x_udc_remove,
            /* FIXME power management support */
            /* .suspend = ... disable UDC */
            /* .resume = ... re-enable UDC */