]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
USB: OTG: twl4030 build fix
authorKevin Hilman <khilman@deeprootsystems.com>
Tue, 16 Dec 2008 00:00:03 +0000 (16:00 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 30 Dec 2008 11:23:32 +0000 (13:23 +0200)
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/otg/twl4030-usb.c

index a000fb38b8d94d641c6f012425c8072ef6068a87..416e4410be0205258a7142d5f1d33009ebe4d963 100644 (file)
@@ -696,7 +696,7 @@ static int __exit twl4030_usb_remove(struct platform_device *pdev)
 
 static struct platform_driver twl4030_usb_driver = {
        .probe          = twl4030_usb_probe,
-       .remove         = __exit_p(twl4030_remove),
+       .remove         = __exit_p(twl4030_usb_remove),
        .driver         = {
                .name   = "twl4030_usb",
                .owner  = THIS_MODULE,