Commit 1f257594 authored by Kevin Hilman's avatar Kevin Hilman Committed by Tony Lindgren

USB: OTG: twl4030 build fix

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 77b59e15
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment