From 1f257594d28fb0ed84bb54ba06a38c06d0f58419 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 15 Dec 2008 16:00:03 -0800 Subject: [PATCH] USB: OTG: twl4030 build fix Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- drivers/usb/otg/twl4030-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.41.0