[ARM] Fix lh7a40x_udc.c

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>

authored by Russell King and committed by Russell King 0f1482fd 67f3a588

+1 -1
+1 -1
drivers/usb/gadget/lh7a40x_udc.c
··· 2143 2143 2144 2144 static struct platform_driver udc_driver = { 2145 2145 .probe = lh7a40x_udc_probe, 2146 - .remove = lh7a40x_udc_remove 2146 + .remove = lh7a40x_udc_remove, 2147 2147 /* FIXME power management support */ 2148 2148 /* .suspend = ... disable UDC */ 2149 2149 /* .resume = ... re-enable UDC */