Greg KH <greg@xxxxxxxxx> writes: > On Mon, Dec 15, 2008 at 04:00:03PM -0800, Kevin Hilman wrote: >> Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> >> --- >> drivers/usb/otg/twl4030-usb.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c >> index a000fb3..416e441 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, > > This driver is not in the mainline, or my USB tree. Where is it at? > Sorry for the confusion, This driver is in the linux-omap tree, but I thought David Brownell had it queued up for your tree already. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html