From: Kevin Hilman Date: Tue, 16 Dec 2008 00:00:03 +0000 (-0800) Subject: USB: OTG: twl4030 build fix X-Git-Tag: v2.6.28-omap1~48 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1f257594d28fb0ed84bb54ba06a38c06d0f58419;p=linux-2.6-omap-h63xx.git USB: OTG: twl4030 build fix Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c index a000fb38b8d..416e4410be0 100644 --- a/drivers/usb/otg/twl4030-usb.c +++ b/drivers/usb/otg/twl4030-usb.c @@ -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,